diff --git a/CHANGELOG.md b/CHANGELOG.md index 00de2b5..fa86c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ - codec: fix signature of `Packet::write_interleaved`; previously `Result`, now `Result<(), Error>`. (#25) +4.3.7 +----- + +- codec: fix codec description potential null ptr issue. (#36) + 4.3.6 -----