From 506cac76811f68a8ffb363dc2b5fb1726fa39a09 Mon Sep 17 00:00:00 2001 From: Josh Birlingmair Date: Fri, 8 Mar 2024 19:14:35 -0600 Subject: [PATCH] Add reactpy.backend.hooks deprecation in changelog, and fix mistakes --- docs/source/about/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/about/changelog.rst b/docs/source/about/changelog.rst index ded722bca..506adf852 100644 --- a/docs/source/about/changelog.rst +++ b/docs/source/about/changelog.rst @@ -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