Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
6d6ac12ced
Merge ee97dc41722e8475992e741fbc7b875f8c70f058 into dd981b976dbf2f84f09b1e34c91a532320d4dacc 2025-04-26 14:19:19 +08:00
withchao
ee97dc4172 Update CHANGELOG for release v3.8.3-patch.3 2025-03-07 10:15:34 +00:00
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,15 @@
## [v3.8.3-patch.3](https://github.com/openimsdk/open-im-server/releases/tag/v3.8.3-patch.3) (2025-03-07)
### New Features
* feat: optimizing BatchGetIncrementalGroupMember #3180
### Bug Fixes
* fix: solve uncorrect notification when set group info #3172
* fix: the sorting is wrong after canceling the administrator in group settings #3185
* fix: solve uncorrect GroupMember enter group notification type. #3188
### Refactors
* refactor: change sendNotification to sendMessage to avoid ambiguity regarding message sending behavior. #3173
**Full Changelog**: [v3.8.3-patch.2...v3.8.3-patch.3](https://github.com/openimsdk/open-im-server/compare/v3.8.3-patch.2...v3.8.3-patch.3)

4
CHANGELOG/README.md Normal file
View File

@ -0,0 +1,4 @@
# CHANGELOGs
- [CHANGELOG-3.8.md](./CHANGELOG-3.8.md)