Skip to content

Commit 1e52620

Browse files
committed
Updates CHANGELOG
1 parent 5df0eac commit 1e52620

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Added a `Time` class.
99
- Added experimental support for the `fold` attribute introduced in Python 3.6.
1010
- 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.
11+
- Added a `int_timestamp` property to the `Pendulum` class to retrieve the behavior of the now deprecated `timestamp` property.
1212
- `start_of()`/`end_of()` now supports `hour`, `minute` and `second` units.
1313
- `astimezone()` now supports timezone strings.
1414
- `in_words()` now displays subseconds when no other units are available.
@@ -272,11 +272,8 @@ This version causes major breaking API changes to simplify it and making it more
272272
Initial release
273273

274274

275-
<<<<<<< HEAD
276275
[Unreleased]: https://github.com/sdispater/pendulum/compare/master...develop
277-
=======
278276
[0.6.6]: https://github.com/sdispater/pendulum/releases/tag/0.6.6
279-
>>>>>>> master
280277
[0.6.5]: https://github.com/sdispater/pendulum/releases/tag/0.6.5
281278
[0.6.4]: https://github.com/sdispater/pendulum/releases/tag/0.6.4
282279
[0.6.3]: https://github.com/sdispater/pendulum/releases/tag/0.6.3

0 commit comments

Comments
 (0)