Skip to content

Commit 19f8edd

Browse files
committed
changelog: Correctly attribute changes to text-iso8601
1 parent c64d630 commit 19f8edd

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ For the latest version of this document, please see [https://github.com/haskell/
77
rejecting more inputs. Error messages for `Ratio` and integral types are also slightly different
88
due to reusing the same bounding logic.
99
* Fix typo in error message: "~~Unespected~~ Unexpected control character while parsing string literal".
10-
* Accept 24:00:00 time of day.
1110
* Support nothunks 0.3.
1211
* Unset executable permissions in some test files and remove a broken symlink.
12+
* In `text-iso8601-0.2.0.0`:
13+
- Reject years of more than 15 digits.
14+
- Accept 24:00:00 time of day.
1315

1416
### 2.2.5.0
1517

text-iso8601/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 0.2.0.0 - 2026-05-21
22

33
- Fix parsers to reject years with more than 15 digits
4+
- Accept 24:00:00 time of day.
45

56
# 0.1.1
67

0 commit comments

Comments
 (0)