Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT Mention CoreKernel protected variable name fix in the 4.11 changelog #10180

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/en/04_Changelogs/4.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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 -->

Expand Down