Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ For the latest version of this document, please see [https://github.com/haskell/
rejecting more inputs. Error messages for `Ratio` and integral types are also slightly different
due to reusing the same bounding logic.
* Fix typo in error message: "~~Unespected~~ Unexpected control character while parsing string literal".
* Accept 24:00:00 time of day.
* Support nothunks 0.3.
* Unset executable permissions in some test files and remove a broken symlink.
* In `text-iso8601-0.2.0.0`:
- Reject years of more than 15 digits.
- Accept 24:00:00 time of day.

### 2.2.5.0

Expand Down
1 change: 1 addition & 0 deletions text-iso8601/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 0.2.0.0 - 2026-05-21

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

# 0.1.1

Expand Down
Loading