Merge pull request #10180 from chrometoasters/pulls/10177-changelog-addition

MNT Mention CoreKernel protected variable name fix in the 4.11 changelog
This commit is contained in:
Loz Calver 2021-12-14 09:01:43 +00:00 committed by GitHub
commit e543bc100a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
- [Dropping support for PHP 7.3](#phpeol)
- [Features and enhancements](#features-and-enhancements)
- [Bugfixes](#bugfixes)
- [Internal API changes](#internal-api-changes)
## 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!
## 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 -->