We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d49103 commit 1e2979bCopy full SHA for 1e2979b
1 file changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
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
+
9
## 0.5.1
10
- Correct license identifier in CITATION.cff so it is valid
11
0 commit comments