Skip to content

Commit 832a398

Browse files
committed
Add changelog
1 parent 07bf70d commit 832a398

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/source/about/changelog.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@ Changelog
88
scheme for the project adheres to `Semantic Versioning <https://semver.org/>`__.
99

1010

11-
.. INSTRUCTIONS FOR CHANGELOG CONTRIBUTORS
12-
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
13-
.. If you're adding a changelog entry, be sure to read the "Creating a Changelog Entry"
14-
.. section of the documentation before doing so for instructions on how to adhere to the
15-
.. "Keep a Changelog" style guide (https://keepachangelog.com).
11+
.. Using the following categories, list your changes in this order:
12+
.. [Added, Changed, Deprecated, Removed, Fixed, Security]
13+
.. Don't forget to remove deprecated code on each major release!
1614
1715
Unreleased
1816
----------
1917

2018
**Changed**
2119

22-
- :pull:`1251` Substitute client-side usage of ``react`` with ``preact``.
20+
- :pull:`1251` - Substitute client-side usage of ``react`` with ``preact``.
21+
- :pull:`1239` - Script elements no longer support behaving like effects. They now strictly behave like plain HTML script elements.
22+
23+
**Fixed**
24+
25+
- :pull:`1239` - Fixed a bug where script elements would not render to the DOM as plain text.
2326

2427
v1.1.0
2528
------

0 commit comments

Comments
 (0)