Fix release note
This commit is contained in:
parent
78c7823024
commit
f2ae38deab
|
@ -1,7 +1,8 @@
|
|||
Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
|
||||
|
||||
## snappy-java-1.1.2.5 (2016-06-02)
|
||||
## snappy-java-1.1.2.6 (2016-06-02)
|
||||
* Fix a bug in SnappyInputStream when reading compressed data that happened to have the same first byte with the stream magic header (#142)
|
||||
* Never use 1.1.2.5 (This is a broken build)
|
||||
|
||||
## snappy-java-1.1.2.4 (2016-03-30)
|
||||
* Improved `SnappyOutputStream.write(byte[], off, len)` performance.
|
||||
|
|
|
@ -1 +1 @@
|
|||
version in ThisBuild := "1.1.2.5"
|
||||
version in ThisBuild := "1.1.3-SNAPSHOT"
|
||||
|
|
Loading…
Reference in New Issue