From 54dae2a44d50632e3fb8fc8d2bfed9b6eaff6fe8 Mon Sep 17 00:00:00 2001 From: Will Acton Date: Tue, 17 Oct 2023 09:13:45 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed63de..110bfb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ * `helix.hooks/use-id` that wraps new base React hook `useId` (@rome-user) * #131 `helix.core/creat-ref` that wraps `React.createRef` similar to use-ref (@rome-user) +* #146 / #142 `:style/indent` metadata on `$`, `defnc`, `defnc-`, `defhook`, and all DOM macros +* DOM macros are now written literally; this helps move towards self hosted CLJS support ### Fixed