From 972261dab3b651ff8ab9b8b9fcc32940595073dc Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Sat, 29 Jul 2023 09:59:44 -0700 Subject: [PATCH] add changelog entry for #2721 --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e4686ecad..e334c7174 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## Unreleased + +- Support `@mel.*` attributes in addition to `@bs.*` (@anmonteiro, + [#2721](https://github.com/reasonml/reason/pull/2721)) + ## 3.9.0 - Reduce the amount of parentheses around functor usage (@SanderSpies, [#2683](https://github.com/reasonml/reason/pull/2683))