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

changes for stable

This commit is contained in:
Daniel Klabbers
2021-05-25 15:13:30 +02:00
parent 506857bf92
commit cce3e072fb
3 changed files with 97 additions and 56 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## [1.0.0](https://github.com/flarum/approval/compare/v0.1.0-beta.16...v1.0.0)
### Changed
- Compatibility with Flarum v1.0.0.
- Simplified TagPolicy.
### Fixed
- Unpredictable behaviour existed with discussions marked `is_private` (https://github.com/flarum/approval/pull/26)
## [0.1.0-beta.16](https://github.com/flarum/approval/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Changed