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 ec4f280 commit 908b5feCopy full SHA for 908b5fe
CHANGELOG.md
@@ -6,6 +6,7 @@
6
7
- Added a `Date` class.
8
- Added a `Time` class.
9
+- Added experimental support for the `fold` attribute introduced in Python 3.6.
10
- Added a `remaining_days` property to the `Interval` class.
11
- Added a `in_timestamp` property to the `Pendulum` class to retrieve the behavior of the now deprecated `timestamp` property.
12
- `start_of()`/`end_of()` now supports `hour`, `minute` and `second` units.
@@ -34,6 +35,7 @@
34
35
- Accuracy for microseconds when initializing a Pendulum instance in some timezones has been fixed.
36
- Periods are now serializable with `pickle`.
37
- Fixed `minute_()`, `second_()` and `microsecond_()` setters changing the hour unit.
38
+- Fixed Windows support.
39
40
41
## [0.6.6] - 2016-11-25
0 commit comments