diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2022-09-07 22:54:32 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2022-09-07 22:54:32 +0300 |
| commit | 611e364488cf6f91b9faf65b13f90f428788d51b (patch) | |
| tree | 9acc09446aee33d74412272e3441ad9bd1748cdf | |
| parent | c97f013651a262a62e094b69655bc0adb504dfcc (diff) | |
support automatic relative require in the ns macro
| -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) |