From ef5cbd05085dfb45d198016242b6ef9127cb59e8 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Sat, 18 Apr 2026 08:59:44 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7615554e0b..fca9531b066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ #### :boom: Breaking Change +- Support for `break` and `continue` in loops. `break` and `continue` are new keywords. https://github.com/rescript-lang/rescript/pull/8348 + #### :eyeglasses: Spec Compliance #### :rocket: New Feature @@ -26,6 +28,8 @@ #### :nail_care: Polish +- Allow builds while watchers are running. https://github.com/rescript-lang/rescript/pull/8349 + #### :house: Internal # 13.0.0-alpha.3