Merge pull request #516 from purofle/dev

修改CHANGELOG.md
This commit is contained in:
HelloWorld 2020-08-20 13:04:18 +08:00 committed by GitHub
commit 72cccc74a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
## `1.2.0` 2020/8/19
### 新特性
- 初步语音支持: `Group.uploadVoice`, 支持 silk 或 arm 格式.
- 初步语音支持: `Group.uploadVoice`, 支持 silk 或 amr 格式.
**注意**: 现阶段语音实现仅为临时方案, 在将来 (`2.0.0`) 一定会变动. 使用时请评估可能带来的不兼容性.
- 新增将日志转换为 log4j, JDK Logger, SLF4J 等框架的方法: `LoggerAdapters` (#498 by [@Karlatemp](https://github.com/Karlatemp))