Browse Source

Merge branch '1.9'

Jordi Boggiano 5 years ago
parent
commit
f4762ef021
1 changed files with 6 additions and 2 deletions
  1. 6 2
      CHANGELOG.md

+ 6 - 2
CHANGELOG.md

@@ -11,11 +11,14 @@
   * Added debug info about HTTP authentications
   * Added Symfony 5 compatibility
   * Added --fixed flag to require command to make it use a fixed constraint instead of a ^x.y constraint when adding the requirement
-  * Fixed GitHub deprecation of access_token query parameter, now using Authorization header
   * Fixed archive command to persist file permissions inside the zip files
   * Fixed init/require command to avoid suggesting packages which are already selected in the search results
   * Fixed create-project UX issues
 
+### [1.9.3] 2020-02-04
+
+  * Fixed GitHub deprecation of access_token query parameter, now using Authorization header
+
 ### [1.9.2] 2020-01-14
 
   * Fixed minor git driver bugs
@@ -801,7 +804,8 @@
 
   * Initial release
 
-[1.10.0]: https://github.com/composer/composer/compare/1.9.2...1.10.0
+[1.10.0]: https://github.com/composer/composer/compare/1.9.3...1.10.0
+[1.9.3]: https://github.com/composer/composer/compare/1.9.2...1.9.3
 [1.9.2]: https://github.com/composer/composer/compare/1.9.1...1.9.2
 [1.9.1]: https://github.com/composer/composer/compare/1.9.0...1.9.1
 [1.9.0]: https://github.com/composer/composer/compare/1.8.6...1.9.0