Update README
This commit is contained in:
parent
531a698ecf
commit
dc955d8412
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue