We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bac4cd commit 6868215Copy full SHA for 6868215
1 file changed
CHANGELOG.md
@@ -4,7 +4,8 @@
4
5
- Breaking change: Replace unsafe `decodeUtf8` with `decodeUtf8Lenient`
6
for header and body decoding. Invalid UTF-8 sequences are now replaced
7
- with Unicode replacement characters (U+FFFD) instead of throwing exceptions.
+ with Unicode replacement characters (U+FFFD) instead of throwing exceptions
8
+ from purely functional code.
9
10
## 0.4.0.2 -- 2025-08-14
11
0 commit comments