From d6deab588622b71ec17e4dba00275ad091b4c29b Mon Sep 17 00:00:00 2001 From: Dmitry Zakharov Date: Sat, 30 Sep 2023 17:43:16 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 592e177892..e715435dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ # 11.0.0-rc.4 (Unreleased) +#### :boom: Breaking Change + +- Updated watcher rules to recompile only on `bsconfig.json`/`*.res`/`*.resi`/`*.ml`/`.mli` file changes. Solves the issue of unnecessary recompiles on `.css`, `.ts`, and other unrelated file changes. https://github.com/rescript-lang/rescript-compiler/pull/6420 + #### :bug: Bug Fix - Fix issue with GenType and labelled arguments. https://github.com/rescript-lang/rescript-compiler/pull/6406