From 19107458e6df4018d861075df6c81a3fdf103b27 Mon Sep 17 00:00:00 2001 From: asko Date: Tue, 17 Feb 2026 21:15:14 +0000 Subject: Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c25cf5..ca5610a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.1.0 -- **Jank support**: Ruuter now runs on [Jank](https://jank-lang.org) (built from source, latest main). Uses `clojure.string` directly on all platforms — no C++ interop workarounds needed for core routing. All 14 tests and 47 assertions pass on Jank alongside JVM Clojure, ClojureScript, and Babashka. Requires building Jank from source (the 0.1 Homebrew release has a `clojure.string` codegen bug that is fixed on main). +- **Jank support**: Ruuter now runs on [Jank](https://jank-lang.org) (built from source, latest main). - **Jank benchmarks**: Benchmarks run on Jank using C++ interop (`std::chrono::high_resolution_clock`) for nanosecond timing via `cpp/raw`, since `System/nanoTime` is not available. - **Example project**: Added `examples/jank-test-project/` with a standalone Jank example. - **Jank test runner**: Added `jank_test.sh` and `jank_test_runner.jank` for running the test suite on Jank. -- cgit v1.2.3