diff --git a/CHANGELOG b/CHANGELOG index a1463a0..4f636c3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,18 @@ [CHANGELOG] +## 0.3 (2015-08-12) + - [#12] ImmutableMap: iteration order of the original Map should be maintained + - [#13] ImmutableSet: insertion order should be used for iteration order + - [#14] Iterables: 'toSet' should keep source Iterable's iteration order + - [#15] Iterators: 'toSet' should keep source Iterator's iteration order + - [#16] ImmutableBag: insertion order should be used for iteration order + - [#17] Iterators: 'toBag' should keep source Iterator's iteration order + - [#18] Iterables: 'toBag' should keep source Iterator's iteration order + - [#19] Add Bag implementations having predictable iteration order + - [#20] Add a MediaType class + - [#21] Rename 'Duration#valueOf(String)' to 'Duration#parse(String)' + - [#22] Rename 'Fraction#valueOf(String)' to 'Fraction#parse(String)' + ## 0.2 (2015-05-11) - [#1] BaseEncoding: missing separators - [#2] Splitter: 'replaceEmptyStringWith' is ignored when called after 'ignoreEmptyStrings' diff --git a/README.md b/README.md index 3f54272..e2579bb 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Maven org.kocakosm pitaya - 0.2 + 0.3 ``` Gradle ```groovy - compile 'org.kocakosm:pitaya:0.2' + compile 'org.kocakosm:pitaya:0.3' ``` @@ -80,7 +80,7 @@ or ping me on [twitter][14]. [4]: https://coveralls.io/r/kocakosm/pitaya [5]: https://img.shields.io/maven-central/v/org.kocakosm/pitaya.svg [6]: https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.kocakosm%22%20AND%20a%3A%22pitaya%22 - [7]: https://img.shields.io/badge/license-LGPL_v3-blue.svg + [7]: https://img.shields.io/badge/license-LGPL_v3-3333EE.svg [8]: https://www.gnu.org/licenses/lgpl.txt [9]: https://search.maven.org/remote_content?g=org.kocakosm&a=pitaya&v=LATEST [10]: http://kocakosm.org/projects/pitaya/apidocs/