File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,12 @@ Version 2.4.0
3
3
4
4
Unreleased
5
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
6
+ - Make engine configuration more flexible. (:pr: `684 `)
7
+ - Address SQLAlchemy 1.3 deprecations. (:pr: `684 `)
8
+ - ``get_or_404() `` and ``first_or_404() `` now accept a ``description ``
9
+ parameter to control the 404 message. (:pr: `636 `)
10
+ - Use ``time.perf_counter `` for Python 3 on Windows. (:pr: `638 `)
11
+ - Drop support for Python 2.6 and 3.3. (:pr: `687 `)
17
12
18
13
19
14
Version 2.3.2
You can’t perform that action at this time.
0 commit comments