From 97781a020e32a07580e4a10b8195179af6ccca64 Mon Sep 17 00:00:00 2001 From: James Harris Date: Wed, 18 Oct 2017 08:46:21 +1000 Subject: [PATCH] Add 1.0.0 release to changelog. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b4315b..14d0957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.0.0 (2017-10-18) + +This is the first stable release of `recoil/react`. There have been no changes +to the API since the `1.0.0-alpha.2` release. This package is being used in +production systems. + +Please note that although this version is based on a "pre-release" tag of +[`react/event-loop`](https://github.com/reactphp/event-loop), the event loop has +been stable for a long time. The [v1 roadmap](https://github.com/reactphp/event-loop/issues/101) +for `react/event-loop` will likely introduce some BC breaks, however this should +not prevent future `recoil/react` versions from adhering to +[`recoil/api`](https://github.com/recoilphp/api) v1. + ## 1.0.0-alpha.2 (2017-01-10) - **[NEW]** Add `select()` API operation