Skip to content

Commit 5ec0b43

Browse files
committed
add changelog
1 parent 16d63ec commit 5ec0b43

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/source/about/changelog.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ Unreleased
8282
- :pull:`1281` - Removed ``reactpy.vdom``. Use ``reactpy.Vdom`` instead.
8383
- :pull:`1281` - Removed ``reactpy.core.make_vdom_constructor``. Use ``reactpy.Vdom`` instead.
8484
- :pull:`1281` - Removed ``reactpy.core.custom_vdom_constructor``. Use ``reactpy.Vdom`` instead.
85-
- :pull:`xxxx` - Removed ``reactpy.core.serve.Stop`` exception type.
86-
- :pull:`xxxx` - Removed ``reactpy.Layout`` top-levle export. Use ``reactpy.core.layout.Layout`` instead.
85+
- :pull:`1311` - Removed ``reactpy.core.serve.Stop`` type due to extended deprecation.
86+
- :pull:`1311` - Removed ``reactpy.Layout`` top-level export. Use ``reactpy.core.layout.Layout`` instead.
87+
- :pull:`1311` - Removed ``reactpy.widgets.hotswap`` due to extended deprecation.
88+
8789

8890
**Fixed**
8991

@@ -291,7 +293,7 @@ v0.43.0
291293

292294
**Deprecated**
293295

294-
- :pull:`870` - ``ComponentType.should_render()``. This method was implemented based on
296+
- :pull:`870` - ``ComponentType.()``. This method was implemented based on
295297
reading the React/Preact source code. As it turns out though it seems like it's mostly
296298
a vestige from the fact that both these libraries still support class-based
297299
components. The ability for components to not render also caused several bugs.

0 commit comments

Comments
 (0)