From dc955d84121a2419a0b1364d069d79e83836d2a3 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Wed, 19 Jun 2013 16:08:24 +0700 Subject: [PATCH] Update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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