Skip to content

Commit 5f343f6

Browse files
committed
Release 2.1.3
1 parent 7407e87 commit 5f343f6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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 implementation](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 `unpack` over both strict and lazy `Text`](https://github.com/haskell/text/pull/629)
12+
113
### 2.1.2
214

315
* [Update case mappings for Unicode 16.0](https://github.com/haskell/text/pull/618)

text.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: text
3-
version: 2.1.2
3+
version: 2.1.3
44

55
homepage: https://github.com/haskell/text
66
bug-reports: https://github.com/haskell/text/issues

0 commit comments

Comments
 (0)