Skip to content

Commit

Permalink
Changelog.md. Add section for the upcoming release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed May 12, 2019
1 parent f51d189 commit 98cbfe7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@



# 3.2.0

## Features
* Feature: [#341](https://github.com/Dynamoid/dynamoid/pull/341), [#342](https://github.com/Dynamoid/dynamoid/pull/342) Add `find_by_pages` method to provide access to DynamoDB query result pagination mechanism (@bmalinconico, @arjes)
* Feature: [#354](https://github.com/Dynamoid/dynamoid/pull/354) Add `map` field type

## Improvements
* Improvement: [#340](https://github.com/Dynamoid/dynamoid/pull/340) Improve selecting more optimal GSI for Query operation - choose GSI with sort key if it's used in criteria (@ryz310)
* Improvement: [#351](https://github.com/Dynamoid/dynamoid/pull/351) Add warnings about nonexistent fields in `where` conditions
* Improvement: [#352](https://github.com/Dynamoid/dynamoid/pull/352) Add warning about skipped conditions
* Improvement: Readme.md. Minor improvements and fixes (@cabello)



# 3.1.0

## Improvements
Expand Down

0 comments on commit 98cbfe7

Please sign in to comment.