Skip to content

Commit 013d2c0

Browse files
committed
Minor fixes
1 parent e14deb2 commit 013d2c0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

RELEASE_NOTES.md

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

33
## 0.8.15
4-
* Suppress a warning in ValueFactory
5-
* Add MessagePacker.clear() method to clear position
6-
* Support ObjectMapper#copy with MessagePackFactory
7-
* Use jackson-databind 2.8.11.1 for security vulnerability
8-
* (internal) Remove "-target:jvm-1.7" from scalacOptions
9-
* (internal) Replace sbt `test-only` command with `testOnly`
10-
* (internal) Use JavaConverters instead of JavaConversions in unit tests
11-
* (internal) Remove unnecessary settings for Java 9 test in .travis.yml
4+
* Suppress a warning in ValueFactory [#457](https://github.com/msgpack/msgpack-java/pull/457)
5+
* Add MessagePacker#clear() method to clear position [#459](https://github.com/msgpack/msgpack-java/pull/459)
6+
* Support ObjectMapper#copy with MessagePackFactory [#454](https://github.com/msgpack/msgpack-java/pull/454)
7+
* Use jackson-databind 2.8.11.1 for security vulnerability [#467](https://github.com/msgpack/msgpack-java/pull/467)
8+
* (internal) Remove "-target:jvm-1.7" from scalacOptions [#456](https://github.com/msgpack/msgpack-java/pull/456)
9+
* (internal) Replace sbt `test-only` command with `testOnly` [#445](https://github.com/msgpack/msgpack-java/pull/445)
10+
* (internal) Use JavaConverters instead of JavaConversions in unit tests [#446](https://github.com/msgpack/msgpack-java/pull/446)
1211

1312
## 0.8.14
1413
* Add MessageUnpacker.tryUnpackNil() for peeking whether the next value is nil or not.

0 commit comments

Comments
 (0)