Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / site-alias / CHANGELOG.md
diff --git a/vendor/consolidation/site-alias/CHANGELOG.md b/vendor/consolidation/site-alias/CHANGELOG.md
new file mode 100644 (file)
index 0000000..92b2fb8
--- /dev/null
@@ -0,0 +1,36 @@
+# Changelog
+
+### 1.1.9 - 1.1.7 - 2018/Oct/30
+
+* Fixes #11: Prevent calls to 'localRoot' from failing when there is no root set (#15)
+* Set short description in composer.json
+
+### 1.1.6 - 2018/Oct/27
+
+* Add an 'os' method to AliasRecord
+* Only run root through realpath if it is present (throw otherwise) (#11)
+* Add a site:value command for ad-hoc testing
+
+### 1.1.5 - 1.1.3 - 2018/Sept/21
+
+* Experimental wildcard environments
+* Find 'aliases.drushrc.php' files when converting aliases.
+* Fix get multiple (#6)
+
+### 1.1.2 - 2018/Aug/21
+
+* Allow SiteAliasFileLoader::loadMultiple to be filtered by location. (#3)
+
+### 1.1.0 + 1.1.1 - 2018/Aug/14
+
+* Add wildcard site alias environments. (#2)
+* Remove legacy AliasRecord definition; causes more problems than it solves.
+
+### 1.0.1 - 2018/Aug/7
+
+* Allow addSearchLocation to take an array
+
+### 1.0.0 - 2018/July/5
+
+* Initial release
+