summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@bien.ee>2021-10-03 17:52:24 -0300
committerAsko Nõmm <asko@bien.ee>2021-10-03 17:52:24 -0300
commit60f9a4361286f05133e6840c23ac62e69eaa4ab2 (patch)
treea376873e600105b6431bcfef898476764ec8cb90
parent4508da939b768fe753def99b9fa774f633232e17 (diff)
Bump changelog
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3640bd3..ad3ad21 100644
--- a/README.md
+++ b/README.md
@@ -158,6 +158,12 @@ What the actual map can contain that you return depends again on the HTTP server
## Changelog
+### 1.2.2
+
+- Fixed an issue where CLJS compilation would fail because of the `(:gen-class)` that is JVM-only.
+
+- Tests are now runnable for CLJS as well, via `clojure -Atest`.
+
### 1.2.1
- Fixed an issue with regex parsing. Sorry about that.