From 85010a5898a4dc21c89d2916579b1b71dc553d14 Mon Sep 17 00:00:00 2001 From: "A.J. Beamon" Date: Thu, 10 May 2018 08:25:18 -0700 Subject: [PATCH] version stamp -> versionstamp --- documentation/sphinx/source/release-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/sphinx/source/release-notes.rst b/documentation/sphinx/source/release-notes.rst index bd266daace..2b2471e4ea 100644 --- a/documentation/sphinx/source/release-notes.rst +++ b/documentation/sphinx/source/release-notes.rst @@ -12,7 +12,7 @@ Features * Added a TLS plugin implementation. `(PR #343) `_ * Backup supports HTTPS for blobstore connections. `(PR #343) `_ * Added the APPEND_IF_FITS atomic operation. `(PR #22) `_ -* Updated the SET_VERSIONSTAMPED_VALUE atomic operation to place the version stamp at a specified offset in a value. `(Issue #148) `_ +* Updated the SET_VERSIONSTAMPED_VALUE atomic operation to place the versionstamp at a specified offset in a value. `(Issue #148) `_ Performance -----------