1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 20:02:06 +02:00

changes for stable

This commit is contained in:
Daniel Klabbers
2021-05-25 15:58:02 +02:00
parent 9222e93135
commit b28e6c510f
3 changed files with 96 additions and 55 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## [1.0.0](https://github.com/flarum/flags/compare/v0.1.0-beta.16...v1.0.0)
### Changed
- Compatibility with Flarum v1.0.0.
- Improvements to performance by eager loading relations (#38)
### Fixes
- Incorrectly esolving the deprecated Symfony translator implementation instead of the contract
## [0.1.0-beta.16](https://github.com/flarum/flags/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Added