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 11# Change Log
22
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+
314## [ 2.0.4] - 2018-10-30
415
16+ ### Added
17+
18+ - Added support for parsing padded 2-digit days of the month with ` from_format() `
19+
520### Fixed
621
722- Fixed ` from_format() ` not recognizing input strings when the specified pattern had escaped elements.
823- Fixed missing ` x ` token for string formatting.
924- Fixed reading timezone files.
10- - Added support for parsing padded 2-digit days of the month with ` from_format() `
1125- Fixed ` from_format() ` trying to parse escaped tokens.
1226- Fixed the ` z ` token timezone parsing in ` from_format() ` to allow underscores.
1327- Fixed C extensions build errors.
You can’t perform that action at this time.
0 commit comments