From 6bba68617c4e786bbd9a543543581c46cb32c8d8 Mon Sep 17 00:00:00 2001 From: Seva Safris Date: Wed, 20 Sep 2023 20:39:53 +0700 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efe1665..6713d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changes by Version -## [v0.9.4-SNAPSHOT](https://github.com/openjax/json/compare/02b70e4d74ac2e692c384679522c05ea84a79427..HEAD) +## [v1.0.0-SNAPSHOT](https://github.com/libj/util/compare/51ae8abaf030a9989150edae6561b273191dc877..HEAD) + +## [v0.9.4](https://github.com/openjax/json/compare/02b70e4d74ac2e692c384679522c05ea84a79427..51ae8abaf030a9989150edae6561b273191dc877) (2023-09-20) +* #12 Support non-strict compliance to JSON spec +* #11 Indentation in JSON.toString(...) is incorrect +* #10 Improve runtime and memory performance +* #9 Support JsonReader.(String) +* #7 JsonReader.readToken to return composite long point instead of String +* #6 Upgrade Maven dependencies +* #4 Transition to GitHub Actions +* #3 Release resources in JsonReader.close() +* #2 Parameterize JUnit tests ## [v0.9.3](https://github.com/openjax/json/compare/1cc5ff5a8b0ebc307e765995031a38dd6a22be3a..02b70e4d74ac2e692c384679522c05ea84a79427) (2020-05-23) * Rewrite `JsonUtil.parseNumber(Class,String)`. @@ -16,5 +27,5 @@ * Upgrade `org.openjax.maven:mojo:0.3.5` to `0.4.1`. * Upgrade `org.openjax.xml:sax:0.9.2` to `0.9.3`. -## v0.9.1 (2019-05-13) +## [v0.9.1](https://github.com/entinae/pom/compare/4553c974341ac8debda374e635a8136b2a2c1d56..3bdf347ef08c914b12f0a76d2b19a2254e842cd5) (2019-05-13) * Initial public release. \ No newline at end of file