diff --git a/CHANGELOG.md b/CHANGELOG.md index d83f5c90..656a66f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -143,6 +143,15 @@ * Support for AIX (https://github.com/rust-lang/socket2/pull/351). +# 0.4.10 + +* Fixed compilation with the `all` on QNX Neutrino + (https://github.com/rust-lang/socket2/pull/419). +* Add support for ESP-IDF + (https://github.com/rust-lang/socket2/pull/455). +* Add support for Vita + (https://github.com/rust-lang/socket2/pull/475). + # 0.4.9 * Fixed compilation on Windows