MNT Mention CoreKernel protected variable name fix in the 4.11 changelog

This commit is contained in:
Michal Kleiner 2021-12-13 21:18:11 +13:00
parent 552cf5944d
commit 818a9dd705

View File

@ -6,6 +6,7 @@
- [Dropping support for PHP 7.3](#phpeol) - [Dropping support for PHP 7.3](#phpeol)
- [Features and enhancements](#features-and-enhancements) - [Features and enhancements](#features-and-enhancements)
- [Bugfixes](#bugfixes) - [Bugfixes](#bugfixes)
- [Internal API changes](#internal-api-changes)
## Regression test and Security audit{#audit} ## Regression test and Security audit{#audit}
@ -25,6 +26,10 @@ In accordance with our [PHP support policy](/Getting_Started/Server_Requirements
This release includes a number of bug fixes to improve a broad range of areas. Check the change logs for full details of these fixes split by module. Thank you to the community members that helped contribute these fixes as part of the release! This release includes a number of bug fixes to improve a broad range of areas. Check the change logs for full details of these fixes split by module. Thank you to the community members that helped contribute these fixes as part of the release!
## Internal API changes {#internal-api-changes}
- Fixed typo in `SilverStripe\Core\CoreKernel` protected variable `$enviroment`, now `$environment`.
If you've extended CoreKernel and not using the appropriate getter/setter methods, please update your code.
<!--- Changes below this line will be automatically regenerated --> <!--- Changes below this line will be automatically regenerated -->