update changelog

This commit is contained in:
Nathan Marz 2016-02-14 13:35:39 -05:00
parent 6db23aa6c8
commit 33e52d606a

View file

@ -3,6 +3,7 @@
* declarepath can now be parameterized * declarepath can now be parameterized
* Added params-reset which calls its path with the params index walked back by the number of params needed by its path. This enables recursive parameterized paths * Added params-reset which calls its path with the params index walked back by the number of params needed by its path. This enables recursive parameterized paths
* Added convenience syntax for defprotocolpath with no params, e.g. (defprotocolpath foo) * Added convenience syntax for defprotocolpath with no params, e.g. (defprotocolpath foo)
* Rename VOID to STOP
## 0.9.2 ## 0.9.2
* Added VOID selector which navigates nowhere * Added VOID selector which navigates nowhere