File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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.core ` 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.core ` since the hooks have been moved into
51+ `reactpy.core.hooks `.
5052
5153
5254v1.0.2
You can’t perform that action at this time.
0 commit comments