From 2c783eb2c6adfb267c56ef0df3fcbc3510613c83 Mon Sep 17 00:00:00 2001 From: soywiz Date: Fri, 20 Sep 2019 13:00:49 +0200 Subject: [PATCH] Changelog for 1.7.1 --- CHANGELOG.md | 13 ++++++++++++- README.md | 5 +++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6910e69..c54593f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog -## [1.7.0](https://github.com/korlibs/klock/compare/1.5.0...master) +## [1.7.1](https://github.com/korlibs/klock/compare/1.7.0...1.7.1) + +* Supports TimeZone parsing. Fixes [#14](https://github.com/korlibs/klock/pull/14) +* Added SerializableDateTime wrapping a DateTime to allow serialization along DateTimeTz. Fixes [#17](https://github.com/korlibs/klock/pull/17) +* New PatternDateFormat parsing system. Fixes [#33](https://github.com/korlibs/klock/pull/33) +* Fixes a NumberFormatException. Fixes [#37](https://github.com/korlibs/klock/pull/37) +* Verifies that #38 is fixed. Fixes [#38](https://github.com/korlibs/klock/pull/38) +* klock-locale now includes ExtendedTimezoneNames with TimeZone names for parsing. Fixes [#41](https://github.com/korlibs/klock/pull/41) +* Now publishing to NPM: Fixes [#54](https://github.com/korlibs/klock/pull/54) +* Fixes a bug when generating a span from a DateTimeRange. Fixes [#63](https://github.com/korlibs/klock/pull/63) + +## [1.7.0](https://github.com/korlibs/klock/compare/1.5.0...1.7.0) * Kotlin 1.3.50 * Added Date and Time classes diff --git a/README.md b/README.md index be95cb8..5557e7c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ val daysInNextMonth = (now.yearMonth + 1.months).days Starting with Klock 1.4.0, the library is available at jcenter. ```groovy -def klockVersion = "1.6.0" +def klockVersion = "1.7.1" repositories { jcenter() @@ -55,7 +55,7 @@ enableFeaturePreview('GRADLE_METADATA') ### Use with Kotlin-JVM ```groovy -def klockVersion = "1.4.0" +def klockVersion = "1.7.1" repositories { jcenter() @@ -70,6 +70,7 @@ dependencies { | Klock | Kotlin | Gradle Metadata | |--------|--------|------------------| +| 1.7.0 | 1.3.50 | 1.0 | | 1.6.0 | 1.3.50 | 1.0 | | 1.5.0 | 1.3.40 | 1.0 | | 1.4.0 | 1.3.21 | 1.0 |