|
2 | 2 |
|
3 | 3 | ## 0.8.23 |
4 | 4 |
|
5 | | -* Produce stable map values [#548](https://github.com/msgpack/msgpac-java/pull/#548) |
6 | | -* Fixes #544: Fix a bug in reading EXT32 of 2GB size [#545](https://github.com/msgpack/msgpac-java/pull/545) |
7 | | -* Add a warning note for the usage of MessageUnpacker.readPayloadAsReference [#546](https://github.com/msgpack/msgpac-java/pull/546) |
| 5 | +* Produce stable map values [#548](https://github.com/msgpack/msgpack-java/pull/548) |
| 6 | +* Fixes #544: Fix a bug in reading EXT32 of 2GB size [#545](https://github.com/msgpack/msgpack-java/pull/545) |
| 7 | +* Add a warning note for the usage of MessageUnpacker.readPayloadAsReference [#546](https://github.com/msgpack/msgpack-java/pull/546) |
8 | 8 |
|
9 | 9 | Intenral changes: |
10 | 10 | * Add a script for releasing a new version of msgpack-java at CI |
11 | | -* Publish a snapshot version for every main branch commit [#556](https://github.com/msgpack/msgpac-java/pull/556) |
12 | | -* Use dynamic versioning with Git tags v0.x.y format [#555](https://github.com/msgpack/msgpac-java/pull/555) |
13 | | -* Update ScalaTest and ScalaCheck versions [#554](https://github.com/msgpack/msgpac-java/pull/554) |
14 | | -* Remove findbugs [#553](https://github.com/msgpack/msgpac-java/pull/553) |
15 | | -* Update build settings to use latest version of sbt and plugins [#552](https://github.com/msgpack/msgpac-java/pull/552) |
16 | | -* Run GitHub Actions for develop and main branches [#551](https://github.com/msgpack/msgpac-java/pull/551) |
17 | | -* Remove Travis build [#550](https://github.com/msgpack/msgpac-java/pull/550) |
| 11 | +* Publish a snapshot version for every main branch commit [#556](https://github.com/msgpack/msgpack-java/pull/556) |
| 12 | +* Use dynamic versioning with Git tags v0.x.y format [#555](https://github.com/msgpack/msgpack-java/pull/555) |
| 13 | +* Update ScalaTest and ScalaCheck versions [#554](https://github.com/msgpack/msgpack-java/pull/554) |
| 14 | +* Remove findbugs [#553](https://github.com/msgpack/msgpack-java/pull/553) |
| 15 | +* Update build settings to use latest version of sbt and plugins [#552](https://github.com/msgpack/msgpack-java/pull/552) |
| 16 | +* Run GitHub Actions for develop and main branches [#551](https://github.com/msgpack/msgpack-java/pull/551) |
| 17 | +* Remove Travis build [#550](https://github.com/msgpack/msgpack-java/pull/550) |
18 | 18 |
|
19 | 19 | ## 0.8.22 |
20 | 20 | * Support extension type key in Map [#535](https://github.com/msgpack/msgpack-java/pull/535) |
|
0 commit comments