README typo
This commit is contained in:
parent
1c321d97f7
commit
c352a5c29c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue