From 4cdc7a47a305d98aef2767df2cd5b6266fc4ec6b Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Wed, 8 Jun 2016 06:09:24 -0400 Subject: [PATCH] updated changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 71152b0..00e2b1b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ ## 0.11.1 (unreleased) * 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) * 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