CHANGELOG: update for v4.3.5 release

This commit is contained in:
Zhiming Wang 2020-08-09 14:28:28 +08:00
parent 6aef48e7e9
commit b79c479b88
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8

View File

@ -7,8 +7,8 @@
- codec: fix signature of `Packet::write_interleaved`; previously `Result<bool, Error>`, now `Result<(), Error>`. (#25)
4.3.5 (planned)
---------------
4.3.5
-----
- util: add `util::log` module to expose FFmpeg's logging facilities.