Skip to content

Commit b088f1b

Browse files
committed
Add changelog note about bump rpy ver
1 parent 603db4a commit b088f1b

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

CHANGELOG.md

+5-18
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
<!--
1212
Using the following categories, list your changes in this order:
13-
14-
### Added
15-
- for new features.
16-
17-
### Changed
18-
- for changes in existing functionality.
19-
20-
### Deprecated
21-
- for soon-to-be removed features.
22-
23-
### Removed
24-
- for removed features.
25-
26-
### Fixed
27-
- for bug fixes.
28-
29-
### Security
30-
- for vulnerability fixes.
13+
[Added, Changed, Deprecated, Removed, Fixed, Security]
3114
3215
Don't forget to remove deprecated code on each major release!
3316
-->
@@ -40,6 +23,10 @@ Don't forget to remove deprecated code on each major release!
4023

4124
- `settings.py:REACTPY_ASYNC_RENDERING` to enable asynchronous rendering of components.
4225

26+
### Changed
27+
28+
- Bumped the minimum ReactPy version to `1.1.0`.
29+
4330
## [5.0.0] - 2024-10-22
4431

4532
### Changed

0 commit comments

Comments
 (0)