diff options
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c8a08..bb078e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Vectors can store `nil` values - Add `pop` operation for vectors and sequences +- The `ns` macro now supports automatic relative require via the `:relative` key in the require table. ## Cljlib v1.0.0 (2022-08-21) |