Files
open-im-sdk-flutter/CHANGELOG.md
2021-09-18 10:32:25 +08:00

16 lines
416 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 0.0.1
* TODO: Describe initial release.
## 0.0.2
1将 markSingleMessageHasRead、markGroupMessageHasRead和getTotalUnreadMsgCount方法从类MessageManager移动到类ConversationManager。</br>
2修改setFriendInfo方法的参数。</br>
3修改createGroup和setGroupInfo方法的参数。
## 0.0.3
upgrade sdk </br>
fix bug </br>
## 0.0.4
将createCustomMessage方法入参从Uint8List替换为Map