Skip to content

Commit dcf2b80

Browse files
authored
Update RELEASE_NOTES.md
1 parent 061ab99 commit dcf2b80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Release Notes
22

33
## 0.8.13
4-
* Fix ambiguous overload in Java 9[#415](https://github.com/msgpack/msgpack-java/pull/415)
5-
* Make MessagePackParser accept a string as a byte array field[#420](https://github.com/msgpack/msgpack-java/pull/420)
6-
* Support MessagePackGenerator#writeNumber(String)[#422](https://github.com/msgpack/msgpack-java/pull/422)
4+
* Fix ambiguous overload in Java 9 [#415](https://github.com/msgpack/msgpack-java/pull/415)
5+
* Make MessagePackParser accept a string as a byte array field [#420](https://github.com/msgpack/msgpack-java/pull/420)
6+
* Support MessagePackGenerator#writeNumber(String) [#422](https://github.com/msgpack/msgpack-java/pull/422)
77

88
## 0.8.12
9-
* Fix warnings in build.sbt[#402](https://github.com/msgpack/msgpack-java/pull/402)
10-
* Add ExtensionTypeCustomDeserializers and MessagePackFactory#setExtTypeCustomDesers[#408](https://github.com/msgpack/msgpack-java/pull/408)
11-
* Avoid a CharsetEncoder bug of Android 4.x at MessagePacker#packString[#409](https://github.com/msgpack/msgpack-java/pull/409)
9+
* Fix warnings in build.sbt [#402](https://github.com/msgpack/msgpack-java/pull/402)
10+
* Add ExtensionTypeCustomDeserializers and MessagePackFactory#setExtTypeCustomDesers [#408](https://github.com/msgpack/msgpack-java/pull/408)
11+
* Avoid a CharsetEncoder bug of Android 4.x at MessagePacker#packString [#409](https://github.com/msgpack/msgpack-java/pull/409)
1212

1313
## 0.8.11
1414
* Fixed NPE when write(add)Payload are used at the beginning [#392](https://github.com/msgpack/msgpack-java/pull/392)

0 commit comments

Comments
 (0)