Skip to content

Commit fa2d541

Browse files
committed
Update changelog to reflect release
1 parent fde1502 commit fa2d541

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Changes
22
=======
33

4+
Version 0.3
5+
-----------
6+
7+
Unreleased
48

59
Version 0.2
610
-----------
711

8-
Unreleased
12+
Released on October 16, 2019
913

1014
- Fork the irregularly maintained WTForms-SQLAlchemy
1115
- Auto-generated ``DecimalField`` does not limit places for ``Float``
@@ -23,7 +27,7 @@ Unreleased
2327
- Fix a compatibility issue with SQLAlchemy 2.1 that caused
2428
``QuerySelectField`` to fail with a ``ValueError``. (`#9`_, `#10`_,
2529
`#11`_)
26-
- ``QuerySelectField.query`` allows no results. (`#12`_)
30+
- ``QuerySelectField.query`` allows no results. (`#15`_)
2731

2832
.. _#2: https://github.com/wtforms/wtforms-sqlalchemy/pull/2
2933
.. _#3: https://github.com/wtforms/wtforms-sqlalchemy/pull/3
@@ -33,7 +37,7 @@ Unreleased
3337
.. _#9: https://github.com/wtforms/wtforms-sqlalchemy/issues/9
3438
.. _#10: https://github.com/wtforms/wtforms-sqlalchemy/pull/10
3539
.. _#11: https://github.com/wtforms/wtforms-sqlalchemy/pull/11
36-
.. _#12: https://github.com/wtforms/wtforms-sqlalchemy/pull/15
40+
.. _#15: https://github.com/wtforms/wtforms-sqlalchemy/pull/15
3741

3842

3943
Version 0.1

0 commit comments

Comments
 (0)