Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / config / CHANGELOG.md
index 8029a39f89cb1250746587edac6ca18ad72b23ee..1fd965e2c790e8f062d07fc1eeb1e578887414f9 100644 (file)
@@ -1,5 +1,26 @@
 # Changelog
 
+### 1.0.11 2018-05-26
+
+* BUGFIX: Ensure that duplicate keys added to different contexts in a config overlay only appear once in the final export. (#21)
+
+### 1.0.10 2018-05-25
+
+* Rename g-1-a/composer-test-scenarios to g1a/composer-test-scenarios (#20)
+
+### 1.0.9 2017-12-22
+
+* Make yaml component optional. (#17)
+
+### 1.0.8 2017-12-16
+
+* Use test scenarios to test multiple versions of Symfony. (#14) & (#15)
+* Fix defaults to work with DotAccessData by thomscode (#13)
+
+### 1.0.7 2017-10-24
+
+* Deprecate Config::import(); recommand Config::replace() instead.
+
 ### 1.0.6 10/17/2017
 
 * Add a 'Config::combine()' method for importing without overwriting.