Skip to content

Commit 173da2e

Browse files
committed
Fix release note style
1 parent f21a303 commit 173da2e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

RELEASE_NOTES.md

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

3-
* 0.8.1
3+
## 0.8.1
44
* MessagePack.Packer/UnpackerConfig are now immuable and configurable with withXXX methods.
55
* Allow setting null to ArrayBufferInput for advanced applications that require dedicated memory management.
66
* Fix MessageBufferPacker.toXXX to properly flush the output
77
* Modify ValueFactory methods to produce a copy of the input data. To omit the copy, use `omitCopy` flag.
88
* Improve the performance of MessagePackParser by unpacking data without using org.msgpack.value.Value.
99

10-
* 0.8.0
10+
## 0.8.0
1111
* Split MessagePack.Config into MessagePack.Packer/UnpackerConfig
1212
* Changed MessageBuffer API
1313
* It allows releasing the previously allocated buffers upon MessageBufferInput.next() call.
@@ -17,36 +17,36 @@
1717
* Performance improvement of packString
1818
* Add MessageBufferPacker for efficiently generating byte array(s) of message packed data
1919

20-
* 0.7.1
20+
## 0.7.1
2121
* Fix ImmutableLongValueImpl#asShort [#287](https://github.com/msgpack/msgpack-java/pull/287)
2222

23-
* 0.7.0
23+
## 0.7.0
2424
* Support non-string key in jackson-dataformat-msgpack
2525
* Update the version of jackson-databind to 2.6.3
2626
* Several bug fixes
2727

28-
* 0.7.0-M6
28+
## 0.7.0-M6
2929
* Add a prototype of Value implementation
3030
* Apply strict coding style
3131
* Several bug fixes
3232

33-
* 0.7.0-p9
33+
## 0.7.0-p9
3434
* Fix [#217](https://github.com/msgpack/msgpack-java/issues/217) when reading from SockectInputStream
3535

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

41-
* 0.7.0-p7
41+
## 0.7.0-p7
4242
* Google App Engine (GAE) support
4343

44-
* 0.7.0-p6
44+
## 0.7.0-p6
4545
* Add MessagePacker.getTotalWrittenBytes()
4646

47-
* 0.7.0-p5
47+
## 0.7.0-p5
4848
* Fix skipValue [#185](https://github.com/msgpack/msgpack-java/pull/185)
4949

50-
* 0.7.0-p4
50+
## 0.7.0-p4
5151
* Supporting some java6 platform and Android
5252

0 commit comments

Comments
 (0)