Skip to content

Commit 70c05ed

Browse files
committed
self review
1 parent caa9038 commit 70c05ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/about/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Unreleased
7474
- :pull:`1113` - Removed ``reactpy.core.types`` module. Use ``reactpy.types`` instead.
7575
- :pull:`1278` - Removed ``reactpy.utils.html_to_vdom``. Use ``reactpy.utils.string_to_reactpy`` instead.
7676
- :pull:`1278` - Removed ``reactpy.utils.vdom_to_html``. Use ``reactpy.utils.reactpy_to_string`` instead.
77-
- :pull:`1113` - Removed all backend related installation extras (such as ``pip install reactpy[starlette]``).
77+
- :pull:`1113` - Removed backend specific installation extras (such as ``pip install reactpy[starlette]``).
7878
- :pull:`1113` - Removed deprecated function ``module_from_template``.
7979
- :pull:`1113` - Removed support for Python 3.9.
8080
- :pull:`1264` - Removed support for async functions within ``reactpy.use_effect`` hook. Use ``reactpy.use_async_effect`` instead.

0 commit comments

Comments
 (0)