Skip to content

Commit e69aeb5

Browse files
committed
Update CHANGELOG.
1 parent 0a40544 commit e69aeb5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
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.

0 commit comments

Comments
 (0)