diff --git a/CHANGELOG.md b/CHANGELOG.md index d4fb6a2718..f3aeb97310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [v2.0.0-beta.6](https://github.com/flarum/framework/compare/v2.0.0-beta.5...v2.0.0-beta.6) + +### Added + +- highlight abandoned packages, expose PHP info by @imorland [#4323] +- request error handler for extension toggles by @dsevillamartin [#4333] + +### Fixed + +- (realtime) likes sync after 20 replies by @edgeinfinity1 [#4319] +- (realtime) tag-specified discussion pushing by @edgeinfinity1 [#4320] +- (suspend) suspend without reason/message by @imorland [#4345] +- (likes) likes not loaded on firstPost via XHR by @imorland [#4327] +- security page moderation access by @imorland [#4325] +- firstPost callback console error by @imorland [#4326] +- registry warnings for lazy-loaded chunks by @imorland [#4331] +- minified JS identification by @imorland [#4329] +- custom use translation value by @imorland [#4347] +- larastan-extension path for packages by @imorland [#4348] + +### Changed + +- upgrade to Laravel 12, PHPStan 2.x, and LaraStan 3.x by @imorland [#4268] +- update wikimedia/less.php from 4.x to 5.x by @Krinkle [#4225] +- queue and log missed changes for Laravel 12 by @imorland [#4342] +- allow LaravelServiceProvider or AbstractServiceProvider by @imorland [#4349] +- prep for beta.6 by @imorland [#4343] + ## [v2.0.0-beta.5](https://github.com/flarum/framework/compare/v2.0.0-beta.4...v2.0.0-beta.5) ### Added