Skip to content

Commit fcab163

Browse files
committed
reformat 2.4 changelog
1 parent 924b47a commit fcab163

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

CHANGES.rst

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@ Version 2.4.0
33

44
Unreleased
55

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`)
1712

1813

1914
Version 2.3.2

0 commit comments

Comments
 (0)