Skip to content

Commit d3a85e2

Browse files
committed
Merge branch 'develop'
2 parents 95ef62f + 3ab45a0 commit d3a85e2

File tree

11 files changed

+1137
-58
lines changed

11 files changed

+1137
-58
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [Unreleased]
4+
5+
### Added
6+
7+
- Added support for EXIF-formatted strings in parser. (Thanks to [emattiza](https://github.com/emattiza))
8+
9+
### Changed
10+
11+
- Improved performances when parsing ISO 8601 string with C extensions.
12+
13+
### Fixed
14+
15+
- Fixed parsing of ISO 8601 week dates.
16+
- Fixed `eu` and `sk` locales. (Thanks to [eumiro](https://github.com/eumiro))
17+
18+
319
## [1.1.1] - 2017-03-14
420

521
### Fixed
@@ -340,7 +356,7 @@ Initial release
340356

341357

342358

343-
[Unreleased]: https://github.com/sdispater/pendulum/compare/1.1.1...master
359+
[Unreleased]: https://github.com/sdispater/pendulum/compare/master...develop
344360
[1.1.1]: https://github.com/sdispater/pendulum/releases/tag/1.1.1
345361
[1.1.0]: https://github.com/sdispater/pendulum/releases/tag/1.1.0
346362
[1.0.2]: https://github.com/sdispater/pendulum/releases/tag/1.0.2

0 commit comments

Comments
 (0)