chore: Cleanup the changelog

- Add missing releases.
- Improve formatting.
This commit is contained in:
Kirill Elagin 2021-11-13 14:04:01 -05:00
parent 5fa3cd8398
commit 4df868d067

View File

@ -1,12 +1,32 @@
# Changelog
## Unreleased
Allow build with GHC 9.2.1.
Support GHC 9.2.1.
### Changed
- Allow base 4.16
- Allow base 4.16 (GHC 9.2.1).
## 1.0.2.2
Windows support.
### Changed
- Fix `utf8-troubleshoot` on Windows.
## 1.0.2.1
A technical clean up release.
### Changed
- Specify missing version bounds for dependencies.
## 1.0.2.0
@ -17,6 +37,7 @@ Improve `utf8-troubleshoot` to make it useful for identifying tricky cases.
- `utf8-troubleshoot`: improve available locale detection
- `utf8-troubleshoot`: display raw results from C libraries
## 1.0.1.0
GHC 8.10 compatibility and a new troubleshooting tool.