Skip to content

Commit 99080e4

Browse files
authored
Update 4.3.2 release notes (#770)
1 parent 63b01ec commit 99080e4

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

docs/release_notes.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,24 @@ Release Notes
44
v4.3.2
55
----------
66

7-
* Fix discrepancy between runtime and type-checker's perspective of Index and derived types
7+
* Fix discrepancy between runtime and type-checker's perspective of ``Index`` and derived types (#769)
8+
* Add ``ListAttribute.remove_indexes`` action for removing specific indexes from a ``ListAttribute`` (#754)
9+
* Type stub fixes:
10+
11+
* Add missing parameters of ``Model.scan`` (#750)
12+
* Change ``Model.get``'s ``hash_key`` parameter to be typed ``Any`` (#756)
13+
14+
* Prevent integration tests from being packaged (#758)
15+
* Various documentation fixes (#762, #765, #766)
16+
17+
Contributors to this release:
18+
19+
* @mxr
20+
* @sodre
21+
* @biniow
22+
* @MartinAltmayer
23+
* @dotpmrcunha
24+
* @meawoppl
825

926
v4.3.1
1027
----------
@@ -1025,4 +1042,3 @@ v0.1.11
10251042
* Better PEP8 Compliance
10261043
* More tests
10271044
* Removed session and endpoint caching to avoid using stale IAM role credentials
1028-

0 commit comments

Comments
 (0)