diff --git a/CHANGES.md b/CHANGES.md index f2c38df..a4db4e2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ ## 1.1.1-SNAPSHOT * ClojureScript 1.10 introduced a change causing the `walker` navigator to fail to walk records. `ALL` has been updated to operate over `MapEntry` in ClojureScript, fixing the issue. +* Change ns form to comply with cljs.core.specs.alpha (thanks @gnl) ## 1.1.0 - 2018-01-02