Skip to content

Commit

Permalink
Add reactpy.backend.hooks deprecation in changelog, and fix mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbmair committed Mar 9, 2024
1 parent 4f5b780 commit 506cac7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ Unreleased
fragment to conditionally render an element by writing
``something if condition else html._()``. Now you can simply write
``something if condition else None``.
- :pull:`1210` - Move hooks in `reactpy.backend.core` into `reactpy.core.hooks`.
- :pull:`1210` - Move hooks from `reactpy.backend.core` into `reactpy.core.hooks`.

**Deprecated**

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


v1.0.2
Expand Down

0 comments on commit 506cac7

Please sign in to comment.