diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2022-10-29 16:07:08 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2022-10-29 16:07:08 +0300 |
| commit | ebc9734006afc277e8186678366ded9a1230db8c (patch) | |
| tree | 860939e16e2781aeedec7a733ca6547b441ba7bd /CHANGELOG.md | |
| parent | ef1640440c3bfd7a2b9814b16c32ecbec875a2ac (diff) | |
release v1.1.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bb078e9..ab82ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ ## Cljlib dev (???) +## Cljlib v1.1.0 (2022-10-29) + - 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) |