Update CHANGELOG for version 1.0.1: clarify toString behavior regarding null values
CI / format (pull_request) Successful in 27s
CI / analyze (pull_request) Successful in 16s
CI / test (pull_request) Successful in 29s
CI / pana (pull_request) Successful in 2m8s
CI / version-and-changelog (pull_request) Successful in 18s

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-05-13 14:06:15 +02:00
parent 2229c638f9
commit 27cee3adfd
+1 -1
View File
@@ -1,4 +1,4 @@
## 1.0.0 ## 1.0.1
- `toString` no longer tries `firstOrNull` as it should never return null. - `toString` no longer tries `firstOrNull` as it should never return null.