Skip to content

Commit

Permalink
Backfill release notes for 4.3.3 (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel committed Aug 14, 2020
1 parent e14bf49 commit 00a9b1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release Notes
=============

v5.0
----------
v5.0 (unreleased)
-----------------

* ``Model.query`` no longer demotes invalid range key conditions to be filter conditions to avoid surprising behaviors:
where what's intended to be a cheap and fast condition ends up being expensive and slow. Since filter conditions
Expand All @@ -21,6 +21,9 @@ v4.3.3
my_list = ListAttribute()

MyModel.query(..., condition=MyModel.my_list[0] == 42)
* Fix a warning about ``collections.abc`` deprecation (#782)


v4.3.2
----------
Expand Down

0 comments on commit 00a9b1a

Please sign in to comment.