v2.15.3
This commit is contained in:
parent
a90551d40c
commit
ac14ed42b1
3 changed files with 16 additions and 3 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,5 +1,18 @@
|
|||
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
|
||||
|
||||
## v2.15.3 / 2020 Sep 10
|
||||
|
||||
```clojure
|
||||
[com.taoensso/nippy "2.15.3"]
|
||||
```
|
||||
|
||||
> Non-breaking release. See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) recommended steps when updating any Clojure/Script dependencies.
|
||||
|
||||
#### Changes since `v2.15.2`
|
||||
|
||||
* `*serializable-whitelist*`: added a number of common classes to default value. See `default-serializable-whitelist` for details.
|
||||
|
||||
|
||||
## v2.15.2 / 2020 Aug 31
|
||||
|
||||
```clojure
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
**[CHANGELOG]** | [API] | current [Break Version]:
|
||||
|
||||
```clojure
|
||||
[com.taoensso/nippy "2.15.2"] ; BREAKING, see CHANGELOG for details
|
||||
[com.taoensso/nippy "2.15.3"] ; BREAKING, see CHANGELOG for details
|
||||
```
|
||||
|
||||
## ** SECURITY ADVISORY **
|
||||
|
|
@ -46,7 +46,7 @@ Nippy is an attempt to provide a reliable, high-performance **drop-in alternativ
|
|||
Add the necessary dependency to your project:
|
||||
|
||||
```clojure
|
||||
[com.taoensso/nippy "2.15.2"]
|
||||
[com.taoensso/nippy "2.15.3"]
|
||||
```
|
||||
|
||||
And setup your namespace imports:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.taoensso/nippy "2.15.2"
|
||||
(defproject com.taoensso/nippy "2.15.3"
|
||||
: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