From dbc596d10f14ef2014a54d00d1461eccf1698f7d Mon Sep 17 00:00:00 2001 From: XeroOl Date: Sat, 12 Jul 2025 20:21:15 -0500 Subject: [PATCH] add stuff to changelog --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 4c672a7..823affa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,8 @@ # Changelog ### Features +* Code action "Expand macro" lets you see what a macro expands to +* Macro expansion is shown when hovering over a macro * New lint `empty-let` for replacing (let [] ...) with (do ...) * New lint `duplicate-table-keys` for detecting duplicate keys (eg. `{:a 1 :a 2}`) * New lint `mismatched-argument-count` for ensuring function calls have the right argument count