Skip to content

Commit 908b5fe

Browse files
committed
Updates CHANGELOG
1 parent ec4f280 commit 908b5fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Added a `Date` class.
88
- Added a `Time` class.
9+
- Added experimental support for the `fold` attribute introduced in Python 3.6.
910
- Added a `remaining_days` property to the `Interval` class.
1011
- Added a `in_timestamp` property to the `Pendulum` class to retrieve the behavior of the now deprecated `timestamp` property.
1112
- `start_of()`/`end_of()` now supports `hour`, `minute` and `second` units.
@@ -34,6 +35,7 @@
3435
- Accuracy for microseconds when initializing a Pendulum instance in some timezones has been fixed.
3536
- Periods are now serializable with `pickle`.
3637
- Fixed `minute_()`, `second_()` and `microsecond_()` setters changing the hour unit.
38+
- Fixed Windows support.
3739

3840

3941
## [0.6.6] - 2016-11-25

0 commit comments

Comments
 (0)