From 7f47cf744a69bd5457c7cae62acc37bf81b9c509 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Sat, 28 Nov 2020 10:13:58 -0800 Subject: [PATCH] 1.1.8.2 release notes --- Milestone.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Milestone.md b/Milestone.md index 10973b47..0b624fc9 100644 --- a/Milestone.md +++ b/Milestone.md @@ -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)