Skip to content

Commit 24575fc

Browse files
committed
better changelog description
1 parent b9595ff commit 24575fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/about/changelog.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Unreleased
3030

3131
**Added**
3232

33-
- :pull:`1165` - Concurrent renders - enable this experimental feature by setting
34-
`REACTPY_FEATURE_CONCURRENT_RENDERING=true`. This should improve the overall
35-
responsiveness of your app, particularly when handling larger renders that
36-
would otherwise block faster renders from being processed.
37-
33+
- :pull:`1165` - Allow concurrent renders of distinct components - enable this
34+
experimental feature by setting `REACTPY_FEATURE_CONCURRENT_RENDERING=true`.
35+
This should improve the overall responsiveness of your app, particularly when
36+
handling larger renders that would otherwise block faster renders from being
37+
processed.
3838

3939
v1.0.2
4040
------

0 commit comments

Comments
 (0)