Files
open-im-sdk-flutter/CHANGELOG.md
2021-09-26 09:22:51 +08:00

24 lines
467 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.6
fix bug
## 0.0.5
升级sdk </br>
fix message error bug
## 0.0.4
将createCustomMessage方法入参从Uint8List替换为Map
## 0.0.3
upgrade sdk </br>
fix bug </br>
## 0.0.2
1将 markSingleMessageHasRead、markGroupMessageHasRead和getTotalUnreadMsgCount方法从类MessageManager移动到类ConversationManager。</br>
2修改setFriendInfo方法的参数。</br>
3修改createGroup和setGroupInfo方法的参数。
## 0.0.1
initial release.