You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash when using font that does not support bold or italic trait (#976)
* Fix crash when using font that does not support bold trait
* Update CHANGELOG with bug fix for font crash
Added a fix for a crash related to unsupported bold fonts.
* Update CHANGELOG.md
* Clarify font trait support in changelog entry
Updated the changelog entry for issue #976 to clarify the font trait support.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
6
### 🐞 Fixed
7
7
- Fix openChannel not working when searching or another chat shown [#975](https://github.com/GetStream/stream-chat-swiftui/pull/975)
8
+
- Fix crash when using a font that does not support bold or italic trait [#976](https://github.com/GetStream/stream-chat-swiftui/pull/976)
0 commit comments