fix(llc, core): Fix wrong changelog entries - #2818
Conversation
# Conflicts: # packages/stream_chat_flutter_core/CHANGELOG.md
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v9 #2818 +/- ##
=====================================
Coverage ? 66.90%
=====================================
Files ? 430
Lines ? 27137
Branches ? 0
=====================================
Hits ? 18156
Misses ? 8981
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Submit a pull request
Linear: FLU-
Github Issue: #
CLA
Description of the pull request
Several
## Upcomingchangelog entries were mistakenly filed under the already-released## 9.26.0section. This PR moves them back to## Upcomingwhere they belong.stream_chat(llc) — moved into## Upcoming:QueryChannelsonStreamChatClient(queryChannels/queryChannelsWithResult).ChatPersistenceClient.queryChannelStates/saveChannelQueriesas the unified read/write methods for channel-query persistence.ChatPersistenceClient.getChannelStates/updateChannelQueriesin favor of the unified methods.stream_chat_flutter_core(core) — moved into## Upcoming:StreamChannelListController.Documentation-only change (CHANGELOG.md files); no code changes.
Screenshots / Videos
No UI changes.