From d2ddeb846df3a4154cd84c7584cc91694f731a40 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Mon, 7 Jul 2014 12:47:38 +0700 Subject: [PATCH] v2.7.0-SNAPSHOT --- CHANGELOG.md | 7 +++++++ project.clj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b255404..128d43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/project.clj b/project.clj index 8efe3be..f7b36f8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "2.7.0-alpha1" +(defproject com.taoensso/nippy "2.7.0-SNAPSHOT" :author "Peter Taoussanis " :description "Clojure serialization library" :url "https://github.com/ptaoussanis/nippy"