Skip to content

Commit bd0c577

Browse files
committed
#26 Update changelog
1 parent 709e998 commit bd0c577

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.rst

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
In development
5+
--------------
6+
7+
* Remove 1 AD - 9999 AD restriction on date ranges imposed by Python's
8+
``datetime`` module (#26).
9+
10+
**WARNING**: This involves a breaking API change where the following methods
11+
return a ``time.struct_time`` object instead of ``datetime.date`` or
12+
``datetime.datetime`` objects::
13+
14+
lower_strict()
15+
upper_strict()
16+
lower_fuzzy()
17+
upper_fuzzy()
18+
419
3.0 (2018-02-13)
520
----------------
621

0 commit comments

Comments
 (0)