Skip to content

Commit d9a472d

Browse files
committed
Remove release dates. Use git tag instead
1 parent f75d7a3 commit d9a472d

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,28 +1,27 @@
11
# Release Notes
22

3-
* 2015-06-23 0.7.0-M6
3+
* 0.7.0-M6
44
* Add a prototype of Value implementation
55
* Apply strict coding style
66
* Several bug fixes
77

8-
* 2015-04-27 0.7.0-p9
8+
* 0.7.0-p9
99
* Fix [#217](https://github.com/msgpack/msgpack-java/issues/217) when reading from SockectInputStream
1010

11-
* 2015-04-09 0.7.0-p8
11+
* 0.7.0-p8
1212
* Support Extension type (defined in MessagePack) in msgpack-jackson
1313
* Support BigDecimal type (defined in Jackson) in msgpack-jackson
1414
* Fix MessageUnpacker#unpackString [#215](https://github.com/msgpack/msgpack-java/pull/215), [#216](https://github.com/msgpack/msgpack-java/pull/216)
1515

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

19-
* 2015-02-11 0.7.0-p6
19+
* 0.7.0-p6
2020
* Add MessagePacker.getTotalWrittenBytes()
2121

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

25-
* 2015-01-19 0.7.0-p4
25+
* 0.7.0-p4
2626
* Supporting some java6 platform and Android
2727

28-

0 commit comments

Comments
 (0)