Update docs for v2.12.2 hotfix
This commit is contained in:
parent
a4d15232dc
commit
56b3f5c365
2 changed files with 10 additions and 2 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
|
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
|
||||||
|
|
||||||
|
## v2.12.2 / 2016 Aug 23
|
||||||
|
|
||||||
|
```clojure
|
||||||
|
[com.taoensso/nippy "2.12.2"]
|
||||||
|
```
|
||||||
|
|
||||||
|
* **Hotfix**: private API typo
|
||||||
|
|
||||||
## v2.12.1 / 2016 Jul 26
|
## v2.12.1 / 2016 Jul 26
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
**[CHANGELOG]** | [API] | current [Break Version]:
|
**[CHANGELOG]** | [API] | current [Break Version]:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/nippy "2.12.1"] ; Please see CHANGELOG for details
|
[com.taoensso/nippy "2.12.2"] ; Please see CHANGELOG for details
|
||||||
```
|
```
|
||||||
|
|
||||||
> Please consider helping to [support my continued open-source Clojure/Script work]?
|
> Please consider helping to [support my continued open-source Clojure/Script work]?
|
||||||
|
|
@ -38,7 +38,7 @@ Nippy is an attempt to provide a reliable, high-performance **drop-in alternativ
|
||||||
Add the necessary dependency to your project:
|
Add the necessary dependency to your project:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/nippy "2.12.1"]
|
[com.taoensso/nippy "2.12.2"]
|
||||||
```
|
```
|
||||||
|
|
||||||
And setup your namespace imports:
|
And setup your namespace imports:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue