Merge branch 'dev'

This commit is contained in:
Peter Taoussanis 2014-03-12 12:18:02 +07:00
commit e5e4a69ef8
2 changed files with 1 additions and 8 deletions

View file

@ -1,7 +0,0 @@
language: clojure
lein: lein2
script: lein2 test-all
jdk:
- openjdk7
- openjdk6
- oraclejdk7

View file

@ -2,7 +2,7 @@
```clojure ```clojure
[com.taoensso/nippy "2.5.2"] ; Stable [com.taoensso/nippy "2.5.2"] ; Stable
[com.taoensso/nippy "2.6.0-RC1"] ; Appropriate for staging, early production adopters [com.taoensso/nippy "2.6.0-RC1"] ; Appropriate for staging, production early adopters
``` ```
v2.6 will be a backwards-compatible release with: improved performance (incl. frozen data size), a new low-level DataInput/DataOuput API, improved support for headerless freezing, and 1-to-1 binary-value representation guarantees. See the [Changelog](https://github.com/ptaoussanis/nippy/blob/master/CHANGELOG.md) for details. v2.6 will be a backwards-compatible release with: improved performance (incl. frozen data size), a new low-level DataInput/DataOuput API, improved support for headerless freezing, and 1-to-1 binary-value representation guarantees. See the [Changelog](https://github.com/ptaoussanis/nippy/blob/master/CHANGELOG.md) for details.