diff --git a/README.md b/README.md index 1a0136e..2615eb4 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,10 @@ Current [semantic](http://semver.org/) version: [com.taoensso/nippy "2.0.0-beta1"] ; Development (notes below) ``` -v2 adds pluggable compression, crypto support (also pluggable), an improved API (including much better error messages), easier integration into other tools/libraries, and hugely improved performance. +v2 adds pluggable compression, crypto support (also pluggable), an improved API (including much better error messages), easier integration into other tools/libraries, and hugely improved performance. -v2 **is backwards compatible**, but please note that the old `freeze-to-bytes`/`thaw-from-bytes` API has been **deprecated** in favor of `freeze`/`thaw`. - -**PLEASE REPORT ANY PROBLEMS!** + * **BREAKING**: Nothing (but please test first). + * **DEPRECATED**: `freeze-to-bytes`->`freeze`, `thaw-from-bytes`->`thaw`. # Nippy, a Clojure serialization library