Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Sep 20, 2023
1 parent 51ae8ab commit 6bba686
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.<init>(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)`.
Expand All @@ -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.

0 comments on commit 6bba686

Please sign in to comment.