File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ For Maven users:
1818<dependency>
1919 <groupId>org.msgpack</groupId>
2020 <artifactId>msgpack-core</artifactId>
21- <version>0.8.2 </version>
21+ <version>(version) </version>
2222</dependency>
2323```
2424
2525For sbt users:
2626```
27- libraryDependencies += "org.msgpack" % "msgpack-core" % "0.8.2 "
27+ libraryDependencies += "org.msgpack" % "msgpack-core" % "(version) "
2828```
2929
3030For gradle users:
@@ -34,7 +34,7 @@ repositories {
3434}
3535
3636dependencies {
37- compile 'org.msgpack:msgpack-core:0.8.2 '
37+ compile 'org.msgpack:msgpack-core:(version) '
3838}
3939```
4040
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 0.8.3
4+ * Fix a bug (#348 ), which wrongly overwrites the buffer before reading numeric data at the buffer boundary
5+
36## 0.8.2
47 * Add some missing asXXX methods in Value
58 * ValueFactory.MapBuilder now preserves the original element order (by using LinkedHashMap)
You can’t perform that action at this time.
0 commit comments