Skip to content

Commit

Permalink
minor #14154 [VarDumper] Added missing changelog entry (dosten)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.7 branch.

Discussion
----------

[VarDumper] Added missing changelog entry

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

17d265a Added missing changelog entry
  • Loading branch information
fabpot committed Apr 2, 2015
2 parents 5188cfe + 17d265a commit 0942f0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Symfony/Component/VarDumper/CHANGELOG.md
@@ -0,0 +1,7 @@
CHANGELOG
=========

2.7.0
-----

* deprecated Cloner\Data::getLimitedClone(). Use withMaxDepth, withMaxItemsPerDepth or withRefHandles instead.

0 comments on commit 0942f0c

Please sign in to comment.