Skip to content

Commit 79d63ea

Browse files
authored
update CHANGELOG.md (#556)
followup for #549 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated Unreleased notes to document a new helper that adds caching support for streamed components. * Confirmed the previously noted breaking change around prerender caching remains unchanged. * Clarified this is a docs-only update with no runtime behavior or public API changes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent f7d948d commit 79d63ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ You can find the **package** version numbers from this repo's tags and below in
1616
## [Unreleased]
1717
*Add changes in master not yet tagged.*
1818

19+
### Added
20+
- Added `cached_stream_react_component` helper method, similar to `cached_react_component` but for streamed components.
21+
1922
### Changed (Breaking)
2023
- `config.prerender_caching`, which controls caching for non-streaming components, now also controls caching for streamed components. To disable caching for an individual render, pass `internal_option(:skip_prerender_cache)`.
2124

0 commit comments

Comments
 (0)