From edd74292817018e05f30dcd9068cc357c55ebe22 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sun, 16 Aug 2020 19:40:59 -0400 Subject: [PATCH] update changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fb06d67..872bd76 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 1.1.4-SNAPSHOT + +* Add arglist metadata to navs (thanks phronmophobic) + ## 1.1.3 - 2019-10-13 * Better AOT behavior: path functions for inline caching and protpath extensions no longer write eval'd class files. You can force path functions to not override `*compile-files*` by binding `com.rpl.specter.impl/*path-compile-files*` to `true`.