From 426ccc23a559f07ad810afae90b8d24784cffd4b Mon Sep 17 00:00:00 2001 From: "A.J. Beamon" Date: Mon, 29 Oct 2018 15:17:29 -0700 Subject: [PATCH] Forgot that we needed a release note for recent Go bindings fix. --- documentation/sphinx/source/release-notes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/sphinx/source/release-notes.rst b/documentation/sphinx/source/release-notes.rst index 4f7dba903b..0dd29acf5e 100644 --- a/documentation/sphinx/source/release-notes.rst +++ b/documentation/sphinx/source/release-notes.rst @@ -91,7 +91,8 @@ Bindings * C API calls made on the network thread could be reordered with calls made from other threads. [6.0.2] `(Issue #518) `_ * The TLS_PLUGIN option is now a no-op and has been deprecated. [6.0.10] `(PR #710) `_ * Java: the `Versionstamp::getUserVersion() `_ method did not handle user versions greater than ``0x00FF`` due to operator precedence errors. [6.0.11] `(Issue #761) `_ -* Python bindings didn't work with Python 3.7 because of the new `async` keyword. [6.0.13] `(Issue #830) `_ +* Python: bindings didn't work with Python 3.7 because of the new `async` keyword. [6.0.13] `(Issue #830) `_ +* Go: `PrefixRange` didn't correctly return an error if it failed to generate the range. [6.0.15] `(PR #878) `_ Other Changes