8000 [3.0] [Config] removed deprecated ReferenceDumper class. by hhamon · Pull Request #13216 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[3.0] [Config] removed deprecated ReferenceDumper class. #13216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Config] removed deprecated ReferenceDumper class.
  • Loading branch information
Hugo Hamon committed Jan 3, 2015
commit a333811d041bacdf7b603f6f6a525c67c78157c7
11 changes: 8 additions & 3 deletions src/Symfony/Component/Config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
CHANGELOG
=========

3.0.0
-----

* removed `ReferenceDumper` class

2.2.0
-----

* added ArrayNodeDefinition::canBeEnabled() and ArrayNodeDefinition::canBeDisabled()
* added `ArrayNodeDefinition::canBeEnabled()` and `ArrayNodeDefinition::canBeDisabled()`
to ease configuration when some sections are respectively disabled / enabled
by default.
* added a `normalizeKeys()` method for array nodes (to avoid key normalization)
* added numerical type handling for config definitions
* added convenience methods for optional configuration sections to ArrayNodeDefinition
* added convenience methods for optional configuration sections to `ArrayNodeDefinition`
* added a utils class for XML manipulations

2.1.0
-----

* added a way to add documentation on configuration
* implemented `Serializable` on resources
* LoaderResolverInterface is now used instead of LoaderResolver for type
* `LoaderResolverInterface` is now used instead of `LoaderResolver` for type
hinting
21 changes: 0 additions & 21 deletions src/Symfony/Component/Config/Definition/ReferenceDumper.php

This file was deleted.

0