From 590379b84a06e03d303aa23054a1c3f9cab304eb Mon Sep 17 00:00:00 2001 From: James Phillips Date: Sun, 15 May 2016 13:49:14 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3777317a..12116a3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ BACKWARDS INCOMPATIBILITIES: IMPROVEMENTS: +* Added a new `/v1/txn` state store transaction API that allows for atomic + updates to and fetches from multiple entries in the key/value store. [GH-2028] * Consul agents will now periodically reconnect to available Consul servers in order to redistribute their RPC query load. Consul clients will, by default, attempt to establish a new connection every 120s to 180s unless