Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / config / CHANGELOG.md
index 8e8e8335534baa93ac2caa6cb0cbfd94c234e9ef..b752df6fe23485ddf3d7a313b3df0752683f862e 100644 (file)
@@ -1,6 +1,14 @@
 CHANGELOG
 =========
 
+3.0.0
+-----
+
+ * removed `ReferenceDumper` class
+ * removed the `ResourceInterface::isFresh()` method
+ * removed `BCResourceInterfaceChecker` class
+ * removed `ResourceInterface::getResource()` method
+
 2.8.0
 -----
 
@@ -37,12 +45,12 @@ After: the code will work as expected and it will restrict the values of the
 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
@@ -50,5 +58,5 @@ After: the code will work as expected and it will restrict the values of the
 
  * 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