summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2021-04-24 15:32:55 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2021-04-24 15:35:15 +0300
commita8948ed1964033a437933db8c687d8c8e26bde44 (patch)
treeff8b31a2155b5360bc94aea44c8bf99394e76efa /CHANGELOG.md
parent54294f7c864b9597c3775793015f600b1022594f (diff)
fix: move test library to separate project
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 84f6366..fa03491 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## Cljlib v0.5.3 (2021-04-24)
+
+- test library is now external dependency.
+
+## Cljlib v0.5.2 (2021-03-16)
+
+- `conj` fix for better Luajit compatibility.
+
## Cljlib v0.5.1 (2021-02-19)
- `eq` will no longer change metamethods of tables.