Add release notes for 1.1.2.5

This commit is contained in:
Taro L. Saito 2016-06-02 10:37:53 -07:00
parent 1f54055894
commit 187f749fb1
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +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)
* Fix a bug in SnappyInputStream when reading compressed data that happened to have the same first byte with the stream magic header (#142)
## snappy-java-1.1.2.4 (2016-03-30)
* Improved `SnappyOutputStream.write(byte[], off, len)` performance.