From 294582e589d654b3c3da6e0b9cdcdf4eba8a2d64 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Wed, 8 Jun 2016 10:24:04 -0400 Subject: [PATCH] fix credit on changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f0cc5fb..5e45150 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ ## 0.11.1 * More efficient inline caching for Clojure version, benchmarks show inline caching within 5% of manually precompiled code for all cases -* Added navigators for transients in com.rpl.specter.transient namespace (thanks @aaengelberg) +* Added navigators for transients in com.rpl.specter.transient namespace (thanks @aengelberg) * Huge performance improvement for ALL transform on maps and vectors * Significant performance improvements for FIRST/LAST for vectors * Huge performance improvements for `if-path`, `cond-path`, `selected?`, and `not-selected?`, especially for condition path containing only static functions