Skip to content

Commit 55e8a4f

Browse files
committed
v2.7.1
1 parent 26c01c7 commit 55e8a4f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
22
3+
## v2.7.1 / 2014 Nov 27
4+
5+
> This is a **minor maintenance release** & should be a safe upgrade for users of v2.7.0/RC-1.
6+
7+
* **CHANGE**: Improve some error messages by exposing trapped throwables when possible (@kul).
8+
* **FIX**: Nippy v1 thaw compatibility was broken in some cases.
9+
* Bumped dependencies.
10+
11+
312
## v2.7.0 / 2014 Oct 6
413

514
No changes from `v2.7.0-RC1`.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]:
22

33
```clojure
4-
[com.taoensso/nippy "2.7.0"] ; Please see CHANGELOG for details
4+
[com.taoensso/nippy "2.7.1"] ; Please see CHANGELOG for details
55
```
66

77
v2.7 is a major, **mostly backwards-compatible** release focused on improved performance and a new default compression scheme (LZ4). See the [CHANGELOG][] for details. Thanks to [mpenet](https://github.com/mpenet) for his work on the LZ4 support!

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/nippy "2.7.0"
1+
(defproject com.taoensso/nippy "2.7.1"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Clojure serialization library"
44
:url "https://github.com/ptaoussanis/nippy"

0 commit comments

Comments
 (0)