From c3165e1a200f4e4b46535387a0dfa1cd8900b963 Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Tue, 27 Nov 2018 00:50:32 +0000 Subject: [PATCH] Update Changelog for release of version 4.6.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2995b52..f620ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [4.6.1] - 2018-11-26 +### Fixed: +- Fixed a bug in the DynamoDB feature store that caused read operations to fail sometimes if the `lddynamodb.Prefix` option was used. + ## [4.6.0] - 2018-11-16 ### Added: - With the DynamoDB feature store, it is now possible to specify a prefix string for the database keys, so that multiple SDK clients can share the same DynamoDB table without interfering with each other's data as long as they use different prefixes. This feature was already available for Redis and Consul.