@@ -5,8 +5,7 @@ Changelog
55
66    All notable changes to this project will be recorded in this document. The style of
77    which is based on `Keep a Changelog  <https://keepachangelog.com/ >`__. The versioning
8-     scheme for the project adheres to `Semantic Versioning  <https://semver.org/ >`__. For
9-     more info, see the :ref: `Contributor Guide  <Creating a Changelog Entry >`.
8+     scheme for the project adheres to `Semantic Versioning  <https://semver.org/ >`__.
109
1110
1211..  INSTRUCTIONS FOR CHANGELOG CONTRIBUTORS
@@ -20,7 +19,7 @@ Unreleased
2019
2120**Changed **
2221
23- - :pull: `1251 ` Substitute ``react `` rendering on the client  with ``preact ``.
22+ - :pull: `1251 ` Substitute client-side usage of  ``react `` with ``preact ``.
2423
2524v1.1.0
2625------ 
@@ -44,12 +43,8 @@ v1.1.0
4443**Changed **
4544
4645- :pull: `1171 ` - Previously ``None ``, when present in an HTML element, would render as
47-   the string ``"None" ``. Now ``None `` will not render at all. This is consistent with
48-   how ``None `` is handled when returned from components. It also makes it easier to
49-   conditionally render elements. For example, previously you would have needed to use a
50-   fragment to conditionally render an element by writing
51-   ``something if condition else html._() ``. Now you can simply write
52-   ``something if condition else None ``.
46+   the string ``"None" ``. Now ``None `` will not render at all. This is now equivalent to
47+   how ``None `` is handled when returned from components.
5348- :pull: `1210 ` - Move hooks from ``reactpy.backend.hooks `` into ``reactpy.core.hooks ``.
5449
5550**Deprecated **
0 commit comments