mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
commit
e543bc100a
@ -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 -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user