From 33e52d606a092bf342559ac1dc7f7da0dc50ed84 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sun, 14 Feb 2016 13:35:39 -0500 Subject: [PATCH] update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index c0e4061..caf583b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ * 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 convenience syntax for defprotocolpath with no params, e.g. (defprotocolpath foo) +* Rename VOID to STOP ## 0.9.2 * Added VOID selector which navigates nowhere