v2.9.0-RC3

This commit is contained in:
Peter Taoussanis 2015-05-29 14:25:33 +07:00
parent fc2b216e6e
commit 5406bfa970
3 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,16 @@
> 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.9.0-RC3 / 2015 May 29
> This is a non-breaking **stability release**
* **Implementation**: more robust error handling for unthawable records
```clojure
[com.taoensso/nippy "2.9.0-RC3"]
```
## v2.9.0-RC2 / 2015 May 6 ## v2.9.0-RC2 / 2015 May 6
> This is a non-breaking **performance release** > This is a non-breaking **performance release**

View file

@ -2,7 +2,7 @@
```clojure ```clojure
[com.taoensso/nippy "2.8.0"] ; Stable [com.taoensso/nippy "2.8.0"] ; Stable
[com.taoensso/nippy "2.9.0-RC2"] ; Dev, please see CHANGELOG for details [com.taoensso/nippy "2.9.0-RC3"] ; Dev, please see CHANGELOG for details
``` ```
# Nippy, a Clojure serialization library # Nippy, a Clojure serialization library

View file

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