From f0a983a5deb2aa89884cfced74a57112096301e1 Mon Sep 17 00:00:00 2001 From: Gabriel Nordeborn Date: Thu, 30 May 2024 20:45:08 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22fabea6d..bd0182db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,10 @@ - Add code action for expanding catch-all patterns. https://github.com/rescript-lang/rescript-vscode/pull/987 - Add code actions for removing unused code (per item and for an entire file), driven by `reanalyze`. https://github.com/rescript-lang/rescript-vscode/pull/989 +#### :house: Internal + +- Update parser and compiler support files to the latest version. https://github.com/rescript-lang/rescript-vscode/pull/998 + ## 1.50.0 #### :rocket: New Feature