Skip to content

Commit 0bc3b7e

Browse files
committed
changelog entry for 888b977 / gh-209
1 parent 8d1dd94 commit 0bc3b7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
### 1.2.4.0
22

3-
* Add TH `Lift` instances for `Data.Text.Text` and `Data.Text.Lazy.Text` (ghc-232)
3+
* Add TH `Lift` instances for `Data.Text.Text` and `Data.Text.Lazy.Text` (gh-232)
44

55
* Update Haddock documentation to better reflect fusion eligibility; improve fusion
66
rules for `takeWhileEnd` and `length` (gh-241, ghc-202)
77

8+
* Optimise `Data.Text.replicate` from `O(n)` to `O(log n)` (gh-209)
9+
810
* Support `base-4.13.0.0`
911

1012
### 1.2.3.1

0 commit comments

Comments
 (0)