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

Release v0.1.0-beta.16

This commit is contained in:
Daniel Klabbers
2021-03-15 13:24:21 +01:00
parent 8dea58eac6
commit 4988649816
3 changed files with 19 additions and 3 deletions

View File

@@ -1,6 +1,21 @@
# Changelog
## [0.1.0-beta.14.1](https://github.com/flarum/lang-english/compare/v0.1.0-beta.14.1...v0.1.0-beta.15)
## [0.1.0-beta.16](https://github.com/flarum/lang-english/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Added
- Bypass tag requirement label (https://github.com/flarum/lang-english/pull/182)
### Changed
- Alphabetical order of strings (https://github.com/flarum/lang-english/pull/184)
### Fixed
- Typo in uninstall confirmation string (https://github.com/flarum/lang-english/pull/181)
- Date format validation string (https://github.com/flarum/lang-english/pull/152)
### Deleted
- Moved all translation strings to their respective extensions (https://github.com/flarum/lang-english/pull/175)
## [0.1.0-beta.15](https://github.com/flarum/lang-english/compare/v0.1.0-beta.14.1...v0.1.0-beta.15)
### Added
- Keys for new admin interface (#176)