From 057a6082fc6321ee0757c79c1ea8008014c8905e Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Tue, 18 Jun 2013 20:59:28 +0700 Subject: [PATCH] Tweak README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d89e2d..1a0136e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ 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. It **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!** +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!** # Nippy, a Clojure serialization library