CHANGELOG: update for v4.3.6 release

This commit is contained in:
Zhiming Wang
2020-08-12 14:24:59 +08:00
parent 8b5e48cc8f
commit c1ae33b5a5

View File

@ -7,6 +7,11 @@
- codec: fix signature of `Packet::write_interleaved`; previously `Result<bool, Error>`, now `Result<(), Error>`. (#25)
4.3.6
-----
- util: fix Windows compatibility due to unavailable errnos. (#30)
4.3.5
-----