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

View File

@ -7,6 +7,11 @@
- 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
-----