Skip to content

Commit

Permalink
v2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Aug 27, 2020
1 parent 7961243 commit aaf54d9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.15.1 / 2020 Aug 27

```clojure
[com.taoensso/nippy "2.15.1"]
```

> This is a minor feature release. Should be non-breaking.
**New** since `v2.15.0`:

- `*serializable-whitelist*`: sets of approved class names may now contain "*" wildcards.
- `*serializable-whitelist*`: added JVM properties and env vars to override initial value. See updated docstring for details.

**Changes** since `v2.15.0`:

- [#126] `extend-freeze`: include id collision odds in docstring.


## v2.15.0 / 2020 Jul 24

```clojure
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/nippy "2.15.0"] ; BREAKING, see CHANGELOG for details
[com.taoensso/nippy "2.15.1"] ; BREAKING, see CHANGELOG for details
```

## ** SECURITY ADVISORY **
Expand Down Expand Up @@ -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.0"]
[com.taoensso/nippy "2.15.1"]
```

And setup your namespace imports:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "2.15.0"
(defproject com.taoensso/nippy "2.15.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "High-performance serialization library for Clojure"
:url "https://github.com/ptaoussanis/nippy"
Expand Down

0 comments on commit aaf54d9

Please sign in to comment.