diff --git a/CHANGELOG.md b/CHANGELOG.md index 6712f15d..7df239a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Update the schema to v1.05.02-2022-11-01 and regenerate code (#589) * fix: handle extra padding if key length > 2048 (#648) +* Add B&R Automation PC 3100 to the list of equipments (#663) * uasc: return an error for invalid uri/mode combinations with None (#664) * go1.21 and python3.11 (for testing) diff --git a/README.md b/README.md index efc92dd1..680136c0 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ See below for a list of [Tested Platforms](#tested-platforms) and [Supported Fea [![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/gopcua/opcua/blob/master/LICENSE) [![Version](https://img.shields.io/github/tag/gopcua/opcua.svg?color=blue&label=version)](https://github.com/gopcua/opcua/releases) -## NOTE: v0.5.0 BREAKING CHANGE: All cleint methods now require a context +## v0.5.0 BREAKING CHANGE: All client methods now require a context With the release of `v0.5.0` on 14 Aug 2023 we now require all client -methods to have a context. +methods to have a context. In `v0.3.0` on 21 Jan 2022 release we added `WithContext` variants for all methods to avoid a breaking change. All existing methods without a context had a disclaimer