Skip to content

Commit

Permalink
Update 4.3.2 release notes (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonst authored Apr 23, 2020
1 parent 63b01ec commit 99080e4
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@ Release Notes
v4.3.2
----------

* Fix discrepancy between runtime and type-checker's perspective of Index and derived types
* Fix discrepancy between runtime and type-checker's perspective of ``Index`` and derived types (#769)
* Add ``ListAttribute.remove_indexes`` action for removing specific indexes from a ``ListAttribute`` (#754)
* Type stub fixes:

* Add missing parameters of ``Model.scan`` (#750)
* Change ``Model.get``'s ``hash_key`` parameter to be typed ``Any`` (#756)

* Prevent integration tests from being packaged (#758)
* Various documentation fixes (#762, #765, #766)

Contributors to this release:

* @mxr
* @sodre
* @biniow
* @MartinAltmayer
* @dotpmrcunha
* @meawoppl

v4.3.1
----------
Expand Down Expand Up @@ -1025,4 +1042,3 @@ v0.1.11
* Better PEP8 Compliance
* More tests
* Removed session and endpoint caching to avoid using stale IAM role credentials

0 comments on commit 99080e4

Please sign in to comment.