1.1.8.2 release notes

This commit is contained in:
Taro L. Saito 2020-11-28 10:13:58 -08:00
parent 2191e85199
commit 7f47cf744a
No known key found for this signature in database
GPG Key ID: 42575E0CCD6BA16A
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Since version 1.1.0.x, Java 6 (1.6) or higher is required.
## snappy-java-1.1.8.2 (2020-11-28)
* Support Apple Silicon (M1, Mac-aarch64)
* Fixed the pure-java Snappy fallback logic when no native library for your platform is found.
## snappy-java-1.1.8.1 (2020-11-09)
* Fixed an initialization issue when using a recent Mac OS X version [#265](https://github.com/xerial/snappy-java/pull/265)