Skip to content

Commit

Permalink
Add v1.2.0 change log
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Jan 15, 2025
1 parent 90fff30 commit 1b5c0d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.2.0

- Added
- Always preserve `decimal.Decimal` type in parse round trips
- Improved
- Better `TypeError` message on invalid mapping keys
- Unify type representation in error messages
- Performance
- Improve import time by removing `typing` import
- Improve import time by removing `string` import
- Improve import time by lazy importing `decimal`

## 1.1.0

- Removed
Expand Down

0 comments on commit 1b5c0d4

Please sign in to comment.