From 036144fdaf701e7c63df6a3cfc4cd49653d0e722 Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Wed, 15 Feb 2017 23:08:49 -0500 Subject: [PATCH] update changelog --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2fd79d4..c939383 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,7 +7,8 @@ * `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. * Add `NAME` and `NAMESPACE` navigators * Extend `srange`, `BEGINNING`, `END`, `FIRST`, and `LAST` on strings to navigate to substrings -* Add `BEFORE-ELEM`, `AFTER-ELEM`, and `NONE-ELEM` for efficiently adding a single element to a sequence or set +* Add `BEFORE-ELEM` and `AFTER-ELEM` for prepending or appending a single element to a sequence +* Add `NONE-ELEM` to efficiently add a single element to a set * Improved `ALL` performance for PersistentHashSet * Dynamic navs automatically compile sequence returns if completely static * Eliminate reflection warnings for clj (thanks @mpenet)