diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-19 20:19:37 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-19 20:19:37 +0300 |
| commit | 60d99f85b6d4f0ec23ad21d3b1767084c5eb8b46 (patch) | |
| tree | b99703275e20b86146517cc132c988a30155dc74 /doc/macros.md | |
| parent | a0318645ec4ed7f4bfa6ab50d0a5ee7fc67b8006 (diff) | |
fix: release 0.5.1
- eq will no longer change metamethods of tables
- module info is hidden in metatable now
- memoize uses proper deep comparison
- tests no longer requires searching up in core namespace
- memoization test doesn't depend on CPU speed anymore
Diffstat (limited to 'doc/macros.md')
| -rw-r--r-- | doc/macros.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/macros.md b/doc/macros.md index d657eb8..d834c0a 100644 --- a/doc/macros.md +++ b/doc/macros.md @@ -1,4 +1,4 @@ -# Macros.fnl (0.5.0) +# Macros.fnl (0.5.1) Macros for Cljlib that implement various facilities from Clojure. **Table of contents** |