Skip to content
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Deprecated
### Removed
- Removes metadata cache provider [#654](https://github.com/parres-hq/whitenoise_flutter/pull/654)
### Fixed
- Fixed 2 users group creation when DM already exists
- Fixed issue where keyboard covers part of the "introduce yourself" textfield.
Expand All @@ -19,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved haptic feedback for chat context menus.
- Pinned the header in auth flow screens when keyboard is open for easier back navigation.
- Fixed broken profile image upload [#701](https://github.com/parres-hq/whitenoise_flutter/pull/701)
- Fixed double rendering issue for some messages [#654](https://github.com/parres-hq/whitenoise_flutter/pull/654)
### Security


Expand All @@ -39,7 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Optimized relay connection error banner with intelligent delay and dismissal on reconnection

### Removed

- Removed relay pull-to-refresh

### Fixed
Expand Down
Loading