Skip to content

Commit

Permalink
docs: update CHANGELOG for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jan 9, 2024
1 parent fe73d73 commit 2206bcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Changelog
=========


- Fix bug in Session/AsynSession methods ``first()``, ``one()``, ``one_or_none()``, ``save()``, and ``save_all()`` that would result in ``sqlalchemy.exc.InvalidRequestError`` due to ``unique()`` not being applied to the results.
- Add support for Python 3.11 and 3.12.
- Drop support for SQLAlchemy < 2.0. (**breaking change**)


v2.0.1 (2022-10-11)
-------------------

Expand Down

0 comments on commit 2206bcc

Please sign in to comment.