From 9a9f425b7fec9f57116af913b85e8af00a8f978c Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Mon, 6 Jun 2016 12:34:05 -0400 Subject: [PATCH] update changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3a8769c..420e393 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,7 +19,7 @@ * BREAKING CHANGE: `path` renamed to `nav` * BREAKING CHANGE: `fixed-pathed-path` and `variable-pathed-path` renamed to `fixed-pathed-nav` and `variabled-pathed-nav` * Added `must` navigator to navigate to a key if and only if it exists in the structure -* Added `continous-subseqs` navigator +* Added `continuous-subseqs` navigator * Added `ATOM` navigator (thanks @rakeshp) * Added "navigator constructors" that can be defined via `defnavconstructor`. These allow defining a flexible function to parameterize a defnav, and the function integrates with inline caching for high performance.