From 3f3fad0eb7ac868b9b3531d5a468371394b3932c Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Sun, 12 Feb 2017 11:44:36 -0500 Subject: [PATCH] update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index b265670..ae215c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ * Eliminate reflection warnings for clj (thanks @mpenet) * Add `with-fresh-collected` higher order navigator * Added `traverse-all` which returns a transducer that traverses over all elements matching the given path. +* `select-first` and `select-any` now avoid traversal beyond the first value matched by the path (like when using `ALL`), so they are faster now for those use cases. ## 0.13.2