update changelog

This commit is contained in:
Nathan Marz 2015-06-29 18:31:03 -04:00
parent 8053245c48
commit ce837a39af

View file

@ -1,6 +1,7 @@
## 0.5.6 ## 0.5.6
* Add multi-path implementation * Add multi-path implementation
* change FIRST/LAST to select nothing on an empty sequence * change FIRST/LAST to select nothing on an empty sequence
* Allow sets to be used directly as selectors (acts as filter)
## 0.5.5 ## 0.5.5
* Change filterer to accept a selector (that acts like selected? to determine whether or not to select value) * Change filterer to accept a selector (that acts like selected? to determine whether or not to select value)