From c9c3c1f5397c136555784bf1e61f294f43d2d63f Mon Sep 17 00:00:00 2001 From: Jeremy Lindblom Date: Tue, 10 Feb 2015 15:54:02 -0800 Subject: [PATCH] Updated CHANGELOG with information about recent commits. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2175c1987..0abc9d1591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # CHANGELOG +## Next Release + +* Added support for the Scan API for secondary indexes to the DynamoDB client. +* Added forward compatibility for the `'credentials'`, `'endpoint'`, and + `'http'` configuration options. +* Made the `marshalValue()` and `unmarshalValue()` methods public in the + DynamoDB Marshaler. + ## 2.7.17 - 2015-01-27 * Added support for `getShippingLabel` to the AWS Import/Export client. +* Added support for online indexing to the DynamoDB client. * Updated the AWS Lambda client. ## 2.7.16 - 2015-01-20