Skip to content

Commit 1e2979b

Browse files
committed
Document fixes in next release
1 parent 3d49103 commit 1e2979b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.5.2
4+
- repr for Undate, UndateInterval, and UnDelta now produce fully-qualified, constructor-style strings with deterministic field ordering.
5+
- Added Undate.unknown_year property and is_unknown() method to check for fully-unknown year/month/day.
6+
- bugfix: comparisons (eq, gt, lt) and contains (in) now return False when year is unknown
7+
- bugfix: month durations for non-Gregorian dates now returns an integer when month length is known
8+
39
## 0.5.1
410
- Correct license identifier in CITATION.cff so it is valid
511

0 commit comments

Comments
 (0)