CHANGELOG: update for v4.3.7 release

This commit is contained in:
Zhiming Wang 2020-10-04 12:21:13 +08:00
parent 9caa319a5c
commit 6904114eab
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8

View File

@ -7,6 +7,11 @@
- codec: fix signature of `Packet::write_interleaved`; previously `Result<bool, Error>`, now `Result<(), Error>`. (#25) - codec: fix signature of `Packet::write_interleaved`; previously `Result<bool, Error>`, now `Result<(), Error>`. (#25)
4.3.7
-----
- codec: fix codec description potential null ptr issue. (#36)
4.3.6 4.3.6
----- -----