1
0
Fork 0

Minor Typo CHANGELOG.md 2.3.0-RC1 release (#11583)

- ..._PLATFOR_... -> ..._PLATFORM_... (missing M)

- Backticks style to streamlined with other environment parameters around.
pull/11586/head
Tom Klingenberg 2023-08-16 14:05:14 +02:00 committed by GitHub
parent 95dca79fc2
commit f605389dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@
* Added abandoned flag to `show`/`outdated` commands JSON-formatted output (#10485) * Added abandoned flag to `show`/`outdated` commands JSON-formatted output (#10485)
* Added config.reference option to `path` repositories to configure the way the reference is generated, and possibly reduce composer.lock conflicts (#10488) * Added config.reference option to `path` repositories to configure the way the reference is generated, and possibly reduce composer.lock conflicts (#10488)
* Added automatic removal of allow-plugins rules when removing a plugin via the `remove` command (#10615) * Added automatic removal of allow-plugins rules when removing a plugin via the `remove` command (#10615)
* Added COMPOSER_IGNORE_PLATFOR_REQ & COMPOSER_IGNORE_PLATFOR_REQS env vars to configure the equivalent flags (#10616) * Added `COMPOSER_IGNORE_PLATFORM_REQ` & `COMPOSER_IGNORE_PLATFORM_REQS` env vars to configure the equivalent flags (#10616)
* Added support for Symfony 6.0 components * Added support for Symfony 6.0 components
* Added support for psr/log 3.x (#10454) * Added support for psr/log 3.x (#10454)
* Fixed symlink creation in linux VM guest filesystems to be recognized by Windows (#10592) * Fixed symlink creation in linux VM guest filesystems to be recognized by Windows (#10592)