CHANGELOG: update for v4.3.8 release

This commit is contained in:
Zhiming Wang 2020-12-13 13:29:06 +08:00
parent dc2a82f890
commit 5510f52bc8
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8

View File

@ -7,6 +7,10 @@
- codec: fix signature of `Packet::write_interleaved`; previously `Result<bool, Error>`, now `Result<(), Error>`. (#25)
4.3.8
-----
- software::resampling: add Context::get_with for specifying additional options. (#41)
4.3.7
-----