File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
19
Version 2.3.2
2
20
-------------
3
21
You can’t perform that action at this time.
0 commit comments