From 7e5639fcbc1161f9db794c90389e6a1fd5d27b6e Mon Sep 17 00:00:00 2001 From: Javier Chavarri Date: Tue, 21 Nov 2023 21:13:21 +0000 Subject: [PATCH] +changelog --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d9e8c08eb..7853b8f67 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +# Unreleased + +* BREAKING, ppx: Allow passing an array of custom children to a component + without having to wrap in array literal ([@jchavarri in #748](https://github.com/reasonml/reason-react/pull/823)) + # 0.15.0 * Add `isValidElement` (@r17x in