changelog: move missplaced unreleased fix (#3094)

This commit is contained in:
Laurence Isla
2023-12-07 11:00:46 -05:00
committed by GitHub
parent d49e3d7132
commit c6b71551f4
+4 -1
View File
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- #3054, Fix not allowing special characters in JSON keys - @laurenceisla
## [12.0.0] - 2023-12-01
### Added
@@ -36,7 +40,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
+ Does not apply to role settings and `app.settings.*`
- #2420, Fix bogus message when listening on port 0 - @develop7
- #3067, Fix Acquision Timeout errors logging to stderr when `log-level=crit` - @laurenceisla
- #3054, Fix not allowing special characters in JSON keys - @laurenceisla
### Changed