diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce39e9ad..a75b67936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.11 +- Security - enforcement of decoding limits on deeply nested or large arrays & strings +- Use `parking_lot` versions of `RwLock` and `Mutex` +- Various bug fixes supplied by contributors +- Looser tokio requirements to allow clients & servers to use their own versions instead of specific versions of tokio + ## 0.10 - Starting from 0.10, OPC UA for Rust is a single crate with features to enable client, server and some other optional extras. What this means is that `opcua_server::` becomes `opcua::server`, `opcua_client` becomes `opcua::client` and so on. Now you only reference `opcua` from your `Cargo.toml`.