From ce837a39af63934953f3362d31821fbe5b2010a6 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Mon, 29 Jun 2015 18:31:03 -0400 Subject: [PATCH] update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 3aafe76..7ab7d6d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ ## 0.5.6 * Add multi-path implementation * change FIRST/LAST to select nothing on an empty sequence +* Allow sets to be used directly as selectors (acts as filter) ## 0.5.5 * Change filterer to accept a selector (that acts like selected? to determine whether or not to select value)