diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-15 19:21:46 +0000 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-15 19:21:46 +0000 |
| commit | dd97368330bb772c481bdf8e7ca8b110d5a16bbb (patch) | |
| tree | f005b19865ba24df19387621b2017af1e15df9a6 /doc | |
| parent | f3313b3b51c795411a75ec93714110ad1808a8ae (diff) | |
| parent | b33e6caba92f8d48aa9cb4a577df6395a30cecc4 (diff) | |
Merge branch 'improved-sets' into 'master'
improve set iteration performance
See merge request andreyorst/fennel-cljlib!9
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/cljlib.md | 4 | ||||
| -rw-r--r-- | doc/macros.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/cljlib.md b/doc/cljlib.md index f1e7f5f..a06fca5 100644 --- a/doc/cljlib.md +++ b/doc/cljlib.md @@ -1,4 +1,4 @@ -# Cljlib (0.4.0) +# Cljlib (0.5.0) Fennel-cljlib - functions from Clojure's core.clj implemented on top of Fennel. @@ -1162,7 +1162,7 @@ syntax. Use `hash-set` function instead. --- -Copyright (C) 2020 Andrey Orst +Copyright (C) 2020-2021 Andrey Listopadov License: [MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE) 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) |