Changelog typo

This commit is contained in:
Peter Taoussanis 2015-04-29 15:42:24 +07:00
parent 57267b0c16
commit 23d4d78a77

View file

@ -5,7 +5,7 @@
> This is a non-breaking **performance release** that can result in significant speed+space improvements for users serializing many small values
* **Implementation**: eliminate some unnecessary boxed math
* **New**: intelligent allow auto-selection of `freeze` compression scheme using `:auto` compressor (now the default)
* **New**: allow intelligent auto-selection of `freeze` compression scheme using `:auto` compressor (now the default)
```clojure