From f17de6bbf1382ec16331be1007d63a7859e32e97 Mon Sep 17 00:00:00 2001 From: Gabriel Nordeborn Date: Mon, 23 Sep 2024 21:10:41 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd7ac2916..e4505bd228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ #### :nail_care: Polish +- Add some context to error message for unused variables. https://github.com/rescript-lang/rescript-compiler/pull/7050 - Improve error messages for pattern matching on option vs non-option, and vice versa. https://github.com/rescript-lang/rescript-compiler/pull/7035 - Improve bigint literal comparison. https://github.com/rescript-lang/rescript-compiler/pull/7029 - Improve output of `@variadic` bindings. https://github.com/rescript-lang/rescript-compiler/pull/7030