Update README

This commit is contained in:
Peter Taoussanis 2013-06-19 16:08:24 +07:00
parent 531a698ecf
commit dc955d8412

View file

@ -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