Update CHANGELOG for version 4.101.2#1522
Conversation
π WalkthroughWalkthroughAdded a new CHANGELOG.md entry for version 4.101.2 documenting a fix for the composer attachment picker's paperclip icon collapsing into an arrow while typing when only one picker item was available. ChangesChangelog Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: π₯ Pre-merge checks | β 5β Passed checks (5 passed)
β¨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
π€ Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CHANGELOG.md`:
- Around line 52-57: The changelog entry heading is one level too high, which
makes the Keep a Changelog subsection hierarchy inconsistent. Update the version
heading for 4.101.2 in CHANGELOG.md to use the expected level-2 style so the
existing β### Fixedβ subsection remains correctly nested; keep the surrounding
changelog structure aligned with the standard subsection headings used elsewhere
in CHANGELOG.md.
πͺ Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
βΉοΈ Review info
βοΈ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 6f6f7bef-8f39-470b-8468-daf91ffd28db
π Files selected for processing (1)
CHANGELOG.md
| # [4.101.2](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.101.2) | ||
| _July 03, 2026_ | ||
|
|
||
| ### π Fixed | ||
| - Fix the composer attachment picker collapsing the paperclip icon into an arrow while typing when only a single picker item is available [#1496](https://github.com/GetStream/stream-chat-swiftui/pull/1496) | ||
|
|
There was a problem hiding this comment.
π Maintainability & Code Quality | π‘ Minor | β‘ Quick win
Fix the changelog heading level.
# [4.101.2] skips the expected hierarchy, which makes the ### Fixed subsection one level too deep. Use a level-2 version heading here so the entry stays aligned with Keep a Changelog. As per coding guidelines, CHANGELOG.md entries should use ### Added, ### Fixed, ### Changed subsections.
Proposed fix
-# [4.101.2](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.101.2)
+## [4.101.2](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.101.2)π Committable suggestion
βΌοΈ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| # [4.101.2](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.101.2) | |
| _July 03, 2026_ | |
| ### π Fixed | |
| - Fix the composer attachment picker collapsing the paperclip icon into an arrow while typing when only a single picker item is available [#1496](https://github.com/GetStream/stream-chat-swiftui/pull/1496) | |
| ## [4.101.2](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.101.2) | |
| _July 03, 2026_ | |
| ### π Fixed | |
| - Fix the composer attachment picker collapsing the paperclip icon into an arrow while typing when only a single picker item is available [`#1496`](https://github.com/GetStream/stream-chat-swiftui/pull/1496) |
π§° Tools
πͺ markdownlint-cli2 (0.22.1)
[warning] 55-55: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3
(MD001, heading-increment)
π€ Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@CHANGELOG.md` around lines 52 - 57, The changelog entry heading is one level
too high, which makes the Keep a Changelog subsection hierarchy inconsistent.
Update the version heading for 4.101.2 in CHANGELOG.md to use the expected
level-2 style so the existing β### Fixedβ subsection remains correctly nested;
keep the surrounding changelog structure aligned with the standard subsection
headings used elsewhere in CHANGELOG.md.
Sources: Coding guidelines, Linters/SAST tools
Summary by CodeRabbit