summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2021-07-22 22:35:49 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2021-07-22 22:40:04 +0300
commit859cf1388770f65d31002d3667977d6760c2e092 (patch)
treea5dcc420cc64154c7bc482bfc6370ac8d275fbd4 /CHANGELOG.md
parentcc82dd57c87e19439f851c2bfd66834f70276bb8 (diff)
release: v0.5.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa03491..5553189 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## Cljlib v0.5.4 (2021-07-22)
+
+- Remove `when-meta` macro.
+- Add `loop` macro.
+- Add `defn` as an alias to `fn*`.
+- Make `fn*` always set the metadata.
+- Fix `catch` in `try` not returning multiple values.
+
## Cljlib v0.5.3 (2021-04-24)
- test library is now external dependency.