Skip to content

Commit 0a6b84e

Browse files
authored
Update changelog
1 parent c9e03bc commit 0a6b84e

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

CHANGES.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
## 0.2.9.0
22

3-
* Add `Ord/Ord1/Ord2` instances.
4-
5-
* Remove support for GHC versions before 7.8. (Thanks, Dmitry Ivanov)
3+
* Add `Ord/Ord1/Ord2` instances. (Thanks, Oleg Grenrus)
64

75
* Use `SmallArray#` instead of `Array#` for GHC versions 7.10 and above.
86
(Thanks, Dmitry Ivanov)
97

108
* Adjust for `Semigroup => Monoid` proposal implementation.
9+
(Thanks, Ryan Scott)
10+
11+
### Bug fixes
12+
13+
* Fix a strictness bug in `fromListWith`.
14+
15+
* Enable eager blackholing for pre-8.2 GHC versions to work around
16+
a runtime system bug. (Thanks, Ben Gamari)
17+
18+
* Avoid sketchy reimplementation of `ST` when compiling with recent
19+
GHC.
20+
21+
### Other changes
22+
23+
* Remove support for GHC versions before 7.8. (Thanks, Dmitry Ivanov)
24+
25+
* Add internal documentaton. (Thanks, Johan Tibell)
1126

1227
## 0.2.8.0
1328

0 commit comments

Comments
 (0)