summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Valpey <36710691+bavalpey@users.noreply.github.com>2024-06-25 11:41:10 -0500
committerGitHub <noreply@github.com>2024-06-25 11:41:10 -0500
commit2b37778416c1e858a6d2914eae234a24ce1b8fcb (patch)
tree653485cd0885c3aa4a30c34b4e5674e552fe0814
parentec92fcc23c8b66d8adfcfe7ebd17774776073e92 (diff)
downloadlua-language-server-2b37778416c1e858a6d2914eae234a24ce1b8fcb.zip
Undo removal of comment in changelog
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 332a23b4..5bfa71a6 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,7 @@
# changelog
## Unreleased
+<!-- Add all new changes here. They will be moved under a version at release -->
`2024-6-19`
* `NEW` Add support for lambda style functions, `|paramList| expr` is syntactic sugar for `function(paramList) return expr end`