Skip to content

Commit 51f6897

Browse files
committed
Changelog
1 parent bf8e42f commit 51f6897

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Unreleased
2828
- Check for ``sqlalchemy.`` to avoid matching packages with names starting
2929
with ``sqlalchemy`` (6237a0f_)
3030
- Use SQLAlchemy's Column.doc for WTForm's Field.description (`#21`_)
31-
- Stopped support for python < 3.5 and added a style pre-commit hook. (`#624`_)
31+
- Stopped support for python < 3.5 and added a style pre-commit hook. (`#23`_)
32+
- Documentation cleanup. (`#24`_)
3233

3334
.. _#2: https://github.com/wtforms/wtforms-sqlalchemy/pull/2
3435
.. _#3: https://github.com/wtforms/wtforms-sqlalchemy/pull/3
@@ -42,7 +43,8 @@ Unreleased
4243
.. _#17: https://github.com/wtforms/wtforms-sqlalchemy/pull/17
4344
.. _6237a0f: https://github.com/wtforms/wtforms-sqlalchemy/commit/6237a0f9e53ec5f22048be7f129e29f7f1c58448
4445
.. _#21: https://github.com/wtforms/wtforms-sqlalchemy/pull/21
45-
.. _#624: https://github.com/wtforms/wtforms-sqlalchemy/pull/624
46+
.. _#23: https://github.com/wtforms/wtforms-sqlalchemy/pull/23
47+
.. _#24: https://github.com/wtforms/wtforms-sqlalchemy/pull/24
4648

4749
Version 0.1
4850
-----------

0 commit comments

Comments
 (0)