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 e369e26 commit 1fa4ee9Copy full SHA for 1fa4ee9
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+
4
+## [Unreleased]
5
6
+### Changed
7
8
+- Improved performances when adding time to a `Pendulum` instance.
9
+- Improved parsing of ISO 8601 strings.
10
+- Removed deprecated methods
11
12
13
## [0.8.0] - 2016-12-23
14
15
### Added
@@ -291,6 +301,7 @@ This version causes major breaking API changes to simplify it and making it more
291
301
Initial release
292
302
293
303
304
+[Unreleased]: https://github.com/sdispater/pendulum/compare/0.8.0...develop
294
305
[0.8.0]: https://github.com/sdispater/pendulum/releases/tag/0.8.0
295
306
[0.7.0]: https://github.com/sdispater/pendulum/releases/tag/0.7.0
296
307
[0.6.6]: https://github.com/sdispater/pendulum/releases/tag/0.6.6
0 commit comments