v2.12.0-beta3

This commit is contained in:
Peter Taoussanis 2016-06-17 12:33:02 +07:00
parent f94bc79a01
commit a8148d5d0c
3 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,17 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.12.0-beta3 / 2016 Jun 17
```clojure
[com.taoensso/nippy "2.12.0-beta3"]
```
> Changes since **2.12.0-beta2**:
* **Hotfix**: `fn?`s were incorrectly reporting true for `serializable?`
* **Hotfix**: *final-freeze-fallback* back compatibility was broken
## v2.12.0-beta2 / 2016 Jun 10 ## v2.12.0-beta2 / 2016 Jun 10
```clojure ```clojure

View file

@ -5,7 +5,7 @@
```clojure ```clojure
[com.taoensso/nippy "2.11.1"] ; Stable [com.taoensso/nippy "2.11.1"] ; Stable
[com.taoensso/nippy "2.12.0-beta2"] ; Dev (unstable), see CHANGELOG for details [com.taoensso/nippy "2.12.0-beta3"] ; Dev (unstable), see CHANGELOG for details
``` ```
Want to help [support taoensso/open-source]? Want to help [support taoensso/open-source]?

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "2.12.0-beta2" (defproject com.taoensso/nippy "2.12.0-beta3"
:author "Peter Taoussanis <https://www.taoensso.com>" :author "Peter Taoussanis <https://www.taoensso.com>"
:description "High-performance serialization library for Clojure" :description "High-performance serialization library for Clojure"
:url "https://github.com/ptaoussanis/nippy" :url "https://github.com/ptaoussanis/nippy"