Add note to clear v1 build artifacts
This commit is contained in:
parent
d4260167e5
commit
38a79f63e3
2 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
## v1.2.1 → v2.0.0
|
## v1.2.1 → v2.0.0
|
||||||
|
* **MIGRATION NOTE**: Please be sure to use `lein clean` to clear old (v1) build artifacts!
|
||||||
* Refactored for huge performance improvements (~40% roundtrip time).
|
* Refactored for huge performance improvements (~40% roundtrip time).
|
||||||
* New header format for better error messages.
|
* New header format for better error messages.
|
||||||
* New `taoensso.nippy.tools` ns for easier integration with 3rd-party tools.
|
* New `taoensso.nippy.tools` ns for easier integration with 3rd-party tools.
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,8 @@ v2 adds pluggable compression, crypto support (also pluggable), an improved API
|
||||||
* **BREAKING**: Nothing (but please test first).
|
* **BREAKING**: Nothing (but please test first).
|
||||||
* **DEPRECATED**: `freeze-to-bytes`->`freeze`, `thaw-from-bytes`->`thaw`.
|
* **DEPRECATED**: `freeze-to-bytes`->`freeze`, `thaw-from-bytes`->`thaw`.
|
||||||
|
|
||||||
|
**Migration note**: Please be sure to use `lein clean` to clear old (v1) build artifacts!
|
||||||
|
|
||||||
# Nippy, a Clojure serialization library
|
# Nippy, a Clojure serialization library
|
||||||
|
|
||||||
Clojure's [rich data types](http://clojure.org/datatypes) are *awesome*. And its [reader](http://clojure.org/reader) allows you to take your data just about anywhere. But the reader can be painfully slow when you've got a lot of data to crunch (like when you're serializing to a database).
|
Clojure's [rich data types](http://clojure.org/datatypes) are *awesome*. And its [reader](http://clojure.org/reader) allows you to take your data just about anywhere. But the reader can be painfully slow when you've got a lot of data to crunch (like when you're serializing to a database).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue