Skip to content

Commit

Permalink
Changelog updates for 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed Apr 11, 2024
1 parent 71b8844 commit 9cd6575
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Changelog

# 1.0.4
## 1.0.5

* Carriage return characters now work correctly in multi-line strings,
so files produced on Windows with CRLF newlines are parsed correctly
(report by Bohdan Kolesnikov)
* Correct use of custom inequality functions in the example from the README (patch by Yawar Amin)

## 1.0.4

* `Parser.from_string_result` now handles `Duplicate_key` exceptions rather than lets them escape (#3, report by Ryan Moore).
* `Duplicate_key` exception is now correctly exposed in the module interface.

# 1.0.3
## 1.0.3

* Fix for a possible open file descriptor leak on errors (patch by Vincent Bernardoff).

# 1.0.2
## 1.0.2

* Correct logic for non-strict boolean retrieval (`[]` is no longer considered true).

Expand Down

0 comments on commit 9cd6575

Please sign in to comment.