Skip to content

Commit 924b47a

Browse files
rsyringdavidism
authored andcommitted
prep changelog for v2.4
1 parent 6af9877 commit 924b47a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Version 2.4.0
2+
-------------
3+
4+
Unreleased
5+
6+
- Make SA engine configuration more flexible (`#684`_)
7+
- Address SQLAlchemy 1.3 deprecations (`#684`_)
8+
- `get_or_404()` and `first_or_404()` now accept a description param (`#636`_)
9+
- Windows: replace time.clock with perf_counter for py3 (`#638`_)
10+
- Improve readme, docs, tox and update Python versions in CI (`#687`_)
11+
- Dropped support for Python 2.6, 3.3 and added 3.7 support (`#687`_)
12+
13+
.. _#684: https://github.com/pallets/flask-sqlalchemy/pull/684
14+
.. _#636: https://github.com/pallets/flask-sqlalchemy/pull/636
15+
.. _#638: https://github.com/pallets/flask-sqlalchemy/pull/638
16+
.. _#687: https://github.com/pallets/flask-sqlalchemy/pull/687
17+
18+
119
Version 2.3.2
220
-------------
321

0 commit comments

Comments
 (0)