From ecf1352e99147c22b269bcf4295d04519e5a950b Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Tue, 24 Jan 2017 11:09:29 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea9ce47..ecfc3ed 100755 --- a/README.md +++ b/README.md @@ -89,7 +89,8 @@ Stream-based compressor/decompressor `SnappyOutputStream`/`SnappyInputStream` ar | `SnappyOutputStream` | x | ok | x | | `SnappyFramedOutputStream` | x | x | ok | -### BitShuffle API +### BitShuffle API (Since 1.1.3-M1) + BitShuffle is an algorithm that reorders data bits (shuffle) for efficient compression (e.g., a sequence of integers, float values, etc.). To use BitShuffle routines, import `org.xerial.snapy.BitShuffle`: ```java