File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## Unreleased
4
+
5
+ ### Added
6
+
7
+ - Added ` Duration.to_iso8601_string() ` method to output a ISO 8601 string representation of a duration.
8
+
9
+ ### Fixed
10
+
11
+ - Fixed Duration.microseconds not returning an int in python2
12
+
13
+
3
14
## [ 2.0.4] - 2018-10-30
4
15
16
+ ### Added
17
+
18
+ - Added support for parsing padded 2-digit days of the month with ` from_format() `
19
+
5
20
### Fixed
6
21
7
22
- Fixed ` from_format() ` not recognizing input strings when the specified pattern had escaped elements.
8
23
- Fixed missing ` x ` token for string formatting.
9
24
- Fixed reading timezone files.
10
- - Added support for parsing padded 2-digit days of the month with ` from_format() `
11
25
- Fixed ` from_format() ` trying to parse escaped tokens.
12
26
- Fixed the ` z ` token timezone parsing in ` from_format() ` to allow underscores.
13
27
- Fixed C extensions build errors.
You can’t perform that action at this time.
0 commit comments