You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
### 2.1.3 - 2025-08-01
2
+
3
+
*[Fix CRLF handling in IO functions](https://github.com/haskell/text/pull/649)
4
+
5
+
*[Change utf8LengthByLeader to a branching impl](https://github.com/haskell/text/pull/635)
6
+
7
+
*[Define stimes 0 for lazy text](https://github.com/haskell/text/pull/641)
8
+
9
+
*[Add implementation of `sconcat` and `stimes` for strict `Text`](https://github.com/haskell/text/pull/580) and [Fix stimes for strict text when size wraps around Int](https://github.com/haskell/text/pull/639)
10
+
11
+
*[Allow list fusion for Text and Text.Lazy unpack](https://github.com/haskell/text/pull/629)
12
+
1
13
### 2.1.2
2
14
3
15
*[Update case mappings for Unicode 16.0](https://github.com/haskell/text/pull/618)
0 commit comments