From b75e6d1adc2d45a1755948c29a804890c91b412d Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sun, 30 Mar 2014 19:39:12 +0700 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ce958..98c9fde 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [com.taoensso/nippy "2.6.0"] ; Stable ``` -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 is a **major, 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][] for details. # Nippy, a Clojure serialization library