We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa3cd8 commit 4df868dCopy full SHA for 4df868d
CHANGELOG.md
@@ -1,12 +1,32 @@
1
# Changelog
2
3
+
4
## Unreleased
5
-Allow build with GHC 9.2.1.
6
+Support GHC 9.2.1.
7
8
+### Changed
9
10
+- Allow base 4.16 (GHC 9.2.1).
11
12
13
+## 1.0.2.2
14
15
+Windows support.
16
17
### Changed
18
-- Allow base 4.16
19
+- Fix `utf8-troubleshoot` on Windows.
20
21
22
+## 1.0.2.1
23
24
+A technical clean up release.
25
26
27
28
+- Specify missing version bounds for dependencies.
29
30
31
## 1.0.2.0
32
@@ -17,6 +37,7 @@ Improve `utf8-troubleshoot` to make it useful for identifying tricky cases.
37
- `utf8-troubleshoot`: improve available locale detection
38
- `utf8-troubleshoot`: display raw results from C libraries
39
40
41
## 1.0.1.0
42
43
GHC 8.10 compatibility and a new troubleshooting tool.
0 commit comments