From 23d4d78a7702fba0b16feaf91bc3485bc98c4f17 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Wed, 29 Apr 2015 15:42:24 +0700 Subject: [PATCH] Changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2470b40..a8dacc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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