From ac3004448200733fad5a8be0c1dbf37021bdfb93 Mon Sep 17 00:00:00 2001 From: Hyeseong Kim Date: Sat, 28 Sep 2024 23:50:04 +0900 Subject: [PATCH] [skip ci] add missing changelog See https://github.com/rescript-lang/rescript-compiler/pull/6984 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8843ee5877..e89b2ddcbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ # 12.0.0-alpha.4 (Unreleased) +#### :boom: Breaking Change + +- OCaml compatibility in the stdlib and primitives are dropped/deprecated. https://github.com/rescript-lang/rescript-compiler/pull/6984 + #### :rocket: New Feature - Use FORCE_COLOR environmental variable to force colorized output https://github.com/rescript-lang/rescript-compiler/pull/7033