summaryrefslogtreecommitdiff
path: root/doc/macros.md
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2021-02-15 19:21:46 +0000
committerAndrey Listopadov <andreyorst@gmail.com>2021-02-15 19:21:46 +0000
commitdd97368330bb772c481bdf8e7ca8b110d5a16bbb (patch)
treef005b19865ba24df19387621b2017af1e15df9a6 /doc/macros.md
parentf3313b3b51c795411a75ec93714110ad1808a8ae (diff)
parentb33e6caba92f8d48aa9cb4a577df6395a30cecc4 (diff)
Merge branch 'improved-sets' into 'master'
improve set iteration performance See merge request andreyorst/fennel-cljlib!9
Diffstat (limited to 'doc/macros.md')
-rw-r--r--doc/macros.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/macros.md b/doc/macros.md
index 7fa717c..fdced4e 100644
--- a/doc/macros.md
+++ b/doc/macros.md
@@ -1,4 +1,4 @@
-# Macros.fnl (0.4.0)
+# Macros.fnl (0.5.0)
Macros for Cljlib that implement various facilities from Clojure.
**Table of contents**
@@ -589,7 +589,7 @@ If `test` sets `binding` to non-`nil`, evaluates `body` in implicit
---
-Copyright (C) 2020 Andrey Orst
+Copyright (C) 2020-2021 Andrey Listopadov
License: [MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE)