Update changelog.

This commit is contained in:
Lance Edgar 2014-11-04 20:52:41 -06:00
parent 5b173dd9bc
commit a28f956549
3 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,17 @@
.. -*- coding: utf-8 -*-
0.3.22
------
* Make ``Store.database_key`` field editable.
* Add explicit session config within batch threads.
* Remove cap on installed Pyramid version.
* Change session progress API.
0.3.21
------

View file

@ -81,7 +81,7 @@ requires = [
'pyramid_exclog', # 0.6
'pyramid_simpleform', # 0.6.1
'pyramid_tm', # 0.3
'rattail[db]>=0.3.38', # 0.3.38
'rattail[db]>=0.3.40', # 0.3.40
'transaction', # 1.2.0
'waitress', # 0.8.1
'WebHelpers', # 1.3

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = u'0.3.21'
__version__ = u'0.3.22'