Update changelog
This commit is contained in:
parent
cb2234cef5
commit
79634d402e
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.7.2 (2018-02-14)
|
||||
------------------
|
||||
|
||||
* Refactor all remaining forms to use colander/deform.
|
||||
|
||||
* Coalesce 'forms2' => 'forms' package.
|
||||
|
||||
* Remove dependencies: FormAlchemy, FormEncode, pyramid_simpleform, pyramid_debugtoolbar
|
||||
|
||||
* Misc. cleanup for Python 3.
|
||||
|
||||
* Add generic 'login_as_home' setting.
|
||||
|
||||
* Add tailbone version to base stylesheet URLs.
|
||||
|
||||
|
||||
0.7.1 (2018-02-10)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.7.1'
|
||||
__version__ = '0.7.2'
|
||||
|
|
Loading…
Reference in a new issue