v2.7.0-SNAPSHOT

This commit is contained in:
Peter Taoussanis 2014-07-07 12:47:38 +07:00
parent 7925982939
commit d2ddeb846d
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## v2.7.0-SNAPSHOT / Unreleased
### Changes
* `extend-thaw` now prints a warning when replacing a pre-existing type id.
## v2.7.0-alpha1 / 2014 Jul 6
> **Major release** with significant performance improvements, a new default compression type ([LZ4](http://blog.jpountz.net/post/28092106032/wow-lz4-is-fast)), and better support for a variety of compression/encryption tools.

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "2.7.0-alpha1"
(defproject com.taoensso/nippy "2.7.0-SNAPSHOT"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure serialization library"
:url "https://github.com/ptaoussanis/nippy"