Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
# Release Notes

* 2015-04-27 0.7.0-p9
* Fix [#217] when reading from SockectInputStream
* 0.7.0-M6
* Add a prototype of Value implementation
* Apply strict coding style
* Several bug fixes

* 2015-04-09 0.7.0-p8
* 0.7.0-p9
* Fix [#217](https://github.com/msgpack/msgpack-java/issues/217) when reading from SockectInputStream

* 0.7.0-p8
* Support Extension type (defined in MessagePack) in msgpack-jackson
* Support BigDecimal type (defined in Jackson) in msgpack-jackson
* Fix MessageUnpacker#unpackString [#215](https://github.com/msgpack/msgpack-java/pull/215), [#216](https://github.com/msgpack/msgpack-java/pull/216)

* 2015-02-16 0.7.0-p7
* 0.7.0-p7
* Google App Engine (GAE) support

* 2015-02-11 0.7.0-p6
* 0.7.0-p6
* Add MessagePacker.getTotalWrittenBytes()

* 2015-01-28 0.7.0-p5
* 0.7.0-p5
* Fix skipValue [#185](https://github.com/msgpack/msgpack-java/pull/185)

* 2015-01-19 0.7.0-p4
* 0.7.0-p4
* Supporting some java6 platform and Android