Skip to content

Commit 908206c

Browse files
committed
Add reactpy.backend.hooks deprecation in changelog, and fix mistakes
1 parent 4f5b780 commit 908206c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: docs/source/about/changelog.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ Unreleased
4040
fragment to conditionally render an element by writing
4141
``something if condition else html._()``. Now you can simply write
4242
``something if condition else None``.
43-
- :pull:`1210` - Move hooks in `reactpy.backend.core` into `reactpy.core.hooks`.
43+
- :pull:`1210` - Move hooks from `reactpy.backend.hooks` into `reactpy.core.hooks`.
4444

4545
**Deprecated**
4646

4747
- :pull:`1171` - The ``Stop`` exception. Recent releases of ``anyio`` have made this
4848
exception difficult to use since it now raises an ``ExceptionGroup``. This exception
4949
was primarily used for internal testing purposes and so is now deprecated.
50+
- :pull:`1210` - Deprecate `reactpy.backend.hooks` since the hooks have been moved into
51+
`reactpy.core.hooks`.
5052

5153

5254
v1.0.2

0 commit comments

Comments
 (0)