From 7856cb0c3fdad99c9d4e6f1453e53aeb0e737c3b Mon Sep 17 00:00:00 2001 From: David Sancho Moreno Date: Sat, 10 Feb 2024 18:47:51 +0100 Subject: [PATCH] Update CHANGES --- CHANGES.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 434ee981b..63abea680 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,14 +1,17 @@ -# Unreleased +# 0.14.0 -* Remove legacy `ReactDOMRe` and `ReasonReact` modules (@anmonteiro in - [#782](https://github.com/reasonml/reason-react/pull/782)) -* Fix `React.useCallback*` for callbacks with multiple arguments (@anmonteiro - in [#786](https://github.com/reasonml/reason-react/pull/786)) * Wrap the `React` library, exposing just a single top-level module (@anmonteiro in [#783](https://github.com/reasonml/reason-react/pull/783)) * Re-organise toplevel modules (@davesnx in [#794](https://github.com/reasonml/reason-react/pull/794)) * Require and adapt to Melange v3 (@anmonteiro in [#821](https://github.com/reasonml/reason-react/pull/821)) +# 0.13.0 + +* Remove legacy `ReactDOMRe` and `ReasonReact` modules (@anmonteiro in + [#782](https://github.com/reasonml/reason-react/pull/782)) +* Fix `React.useCallback*` for callbacks with multiple arguments (@anmonteiro + in [#786](https://github.com/reasonml/reason-react/pull/786)) + # 0.12.0 * Migrate the reason-react PPX and library to the [new React JSX