From f7e228a17a19edb55f6d317c373af10e00368e0d Mon Sep 17 00:00:00 2001
From: Jeff Mitchell <jeffrey.mitchell@gmail.com>
Date: Thu, 4 Feb 2016 13:49:01 -0500
Subject: [PATCH] changelog++

---
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbb65884a9a1..85521de78153 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -88,6 +88,11 @@ FEATURES:
    [GH-945]
  * **STS Support in AWS Secret Backend**: You can now use the AWS secret
    backend to fetch STS tokens rather than IAM users. [GH-927] 
+ * **Speedups in the transit backend**: The `transit` backend has gained a
+   cache, and now loads only the working set of keys (e.g. from the
+   `min_decryption_version` to the current key version) into its working set.
+   This provides large speedups and potential memory savings when the `rotate`
+   feature of the backend is used heavily.
 
 IMPROVEMENTS: