Skip to content

Commit 8832390

Browse files
committed
Fix broken links in release notes
1 parent cf70b64 commit 8832390

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

RELEASE_NOTES.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## 0.8.23
44

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)
88

99
Intenral changes:
1010
* 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)
1818

1919
## 0.8.22
2020
* Support extension type key in Map [#535](https://github.com/msgpack/msgpack-java/pull/535)

0 commit comments

Comments
 (0)