From b4b364e45d73f794c2abda7d40e63215deddaf0c Mon Sep 17 00:00:00 2001 From: Stel Abrego Date: Tue, 1 Jun 2021 18:40:16 -0400 Subject: [PATCH] Add clojure alias to changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 78846706fd..74fc12d0ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -102,6 +102,7 @@ Grammars: - fix(cpp) fix detection of common functions that are function templates (#3178) [Kris van Rens][] - enh(cpp) add various keywords and commonly used types for hinting (#3178) [Kris van Rens][] - enh(cpp) cleanup reserved keywords and type lists (#3178) [Kris van Rens][] +- enh(clojure) added `edn` alias (#3213) [Stel Abrego][] New Languages: