diff --git a/CHANGELOG.md b/CHANGELOG.md index e59d3ee43..ec72c19d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Planned future work is listed at the bottom. - Rust 2018. All `Cargo.toml` files now contain `edition = "2018"` and the code has been cleaned up to benefit from some of the improvements in the language. e.g. many `extern crate` declarations have been removed. Your own code can be Rust 2015 but you must build with Rust 1.31 or later. - - Client API has been simplified for ad hoc connections and now has more documentation. + - Client API has been simplified for ad hoc connections and with better documentation. - Client API will reconnect and restore subscriptions after a disconnect from a server. Reconnection is controlled by a session retry policy. - Improved subscription & monitored item behaviour in server, e.g. notifications are acknowledged upon diff --git a/README.md b/README.md index b52bcf70a..c2659d88c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Read the [change log](./CHANGELOG.md) for changes per version as well as aspirat Read the [compatibility](./docs/compatibility.md) page for how the implementation conforms with the OPC UA spec. -The API documentation is generated from the latest published crates which may be some way behind current development. +The API documentation is generated from the latest published crates. This may be some way behind current development.