Skip to content

Commit 79e4310

Browse files
committed
Merge pull request msgpack#256 from xerial/0.7.0-M6-release-note
Add release notes for 0.7.0-M6
2 parents 74e8d57 + d9a472d commit 79e4310

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

RELEASE_NOTES.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
# Release Notes
22

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

6-
* 2015-04-09 0.7.0-p8
8+
* 0.7.0-p9
9+
* Fix [#217](https://github.com/msgpack/msgpack-java/issues/217) when reading from SockectInputStream
10+
11+
* 0.7.0-p8
712
* Support Extension type (defined in MessagePack) in msgpack-jackson
813
* Support BigDecimal type (defined in Jackson) in msgpack-jackson
914
* Fix MessageUnpacker#unpackString [#215](https://github.com/msgpack/msgpack-java/pull/215), [#216](https://github.com/msgpack/msgpack-java/pull/216)
1015

11-
* 2015-02-16 0.7.0-p7
16+
* 0.7.0-p7
1217
* Google App Engine (GAE) support
1318

14-
* 2015-02-11 0.7.0-p6
19+
* 0.7.0-p6
1520
* Add MessagePacker.getTotalWrittenBytes()
1621

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

20-
* 2015-01-19 0.7.0-p4
25+
* 0.7.0-p4
2126
* Supporting some java6 platform and Android
2227

23-

0 commit comments

Comments
 (0)