v2.12.0-RC2
This commit is contained in:
parent
3d8bc0eee1
commit
1df4847102
3 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
|||
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
|
||||
|
||||
## v2.12.0-RC2 / 2016 Jul 17
|
||||
|
||||
```clojure
|
||||
[com.taoensso/nippy "2.12.0-RC2"]
|
||||
```
|
||||
|
||||
Changes since `2.12.0-RC1`:
|
||||
|
||||
* **New**: Experimental `cache` feature now supports metadata
|
||||
* **Impl**: Some additional minor performance improvements
|
||||
|
||||
## v2.12.0-RC1 / 2016 Jun 23
|
||||
|
||||
```clojure
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
**[CHANGELOG]** | [API] | current [Break Version]:
|
||||
|
||||
```clojure
|
||||
[com.taoensso/nippy "2.12.0-RC1"] ; Dev (unstable), see CHANGELOG for details
|
||||
[com.taoensso/nippy "2.12.0-RC2"] ; Dev (unstable), see CHANGELOG for details
|
||||
[com.taoensso/nippy "2.11.1"] ; Stable
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.taoensso/nippy "2.12.0-RC1"
|
||||
(defproject com.taoensso/nippy "2.12.0-RC2"
|
||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||
:description "High-performance serialization library for Clojure"
|
||||
:url "https://github.com/ptaoussanis/nippy"
|
||||
|
|
|
|||
Loading…
Reference in a new issue