We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08127b2 commit 532ba53Copy full SHA for 532ba53
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
3
-[1.1.0]
+## [Unreleased]
4
+
5
+### Fixed
6
7
+- Fixed `diff_for_humans()` when crossing DST transitions.
8
9
10
+## [1.1.0] - 2017-02-20
11
12
### Added
13
@@ -13,7 +20,7 @@
20
- Formatting (with f-strings or `format()`) will now use the configured formatter.
14
21
15
22
16
-## [1.0.2]
23
+## [1.0.2] - 2017-02-04
17
24
18
25
### Changed
19
26
@@ -24,14 +31,14 @@
31
- Fixed `day_of_year` not returning the correct value. (Thanks to [asrenzo](https://github.com/asrenzo))
32
33
27
-## [1.0.1]
34
+## [1.0.1] - 2017-01-25
28
35
29
36
### Fixed
30
37
38
- Fixed parsing, especially for strings in the form `31-01-01`.
39
40
-## [1.0.0]
41
+## [1.0.0] - 2017-01-17
42
43
44
0 commit comments