Update changelog

This commit is contained in:
Franz Liedke 2019-02-15 00:30:03 +01:00
parent 95d01f3136
commit 55b1fd5461

View File

@ -1,5 +1,14 @@
# Changelog
## Unreleased
### Changed
- Replace event subscribers (that resolve services too early) with listener-based extender ([4b34e50](https://github.com/flarum/mentions/commit/4b34e5096d1a2cef127b41756ebd7b4eb46bb0dd) and [9165321](https://github.com/flarum/mentions/commit/91653218eaeb031f644b1763297097b03c6aaac1))
- Compatibility with Laravel 5.7 ([3ef5ac0](https://github.com/flarum/mentions/commit/3ef5ac0cce350aff9db93c28c8ba3432dab86bcd))
### Fixed
- Post content with code blocks could corrupt notification emails ([d0ffe7b](https://github.com/flarum/mentions/commit/d0ffe7b9f1eb48e03ad546b28199322cd2011650))
## [0.1.0-beta.8.1](https://github.com/flarum/mentions/compare/v0.1.0-beta.8...v0.1.0-beta.8.1)
### Fixed