Update changelog.
This commit is contained in:
parent
99e11fe8d8
commit
d30d6f84e6
26
CHANGES.rst
26
CHANGES.rst
|
@ -1,5 +1,31 @@
|
|||
.. -*- coding: utf-8 -*-
|
||||
|
||||
0.4.6
|
||||
-----
|
||||
|
||||
* Add vendor catalog batch importer.
|
||||
|
||||
* Add vendor invoice batch importer.
|
||||
|
||||
* Improve data file handling for file batches.
|
||||
|
||||
* Add download feature for file batches.
|
||||
|
||||
* Add better error handling when batch refresh fails, etc.
|
||||
|
||||
* Add some docs for new batch system.
|
||||
|
||||
* Refactor ``app`` module to promote code sharing.
|
||||
|
||||
* Force grid table background to white.
|
||||
|
||||
* Exclude 'deleted' items from reports.
|
||||
|
||||
* Hide deleted field from product details, according to permissions.
|
||||
|
||||
* Fix embedded grid URL query string bug.
|
||||
|
||||
|
||||
0.4.5
|
||||
-----
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -82,7 +82,7 @@ requires = [
|
|||
'pyramid_exclog', # 0.6
|
||||
'pyramid_simpleform', # 0.6.1
|
||||
'pyramid_tm', # 0.3
|
||||
'rattail[auth,db]>=0.4.1', # 0.4.1
|
||||
'rattail[auth,db]>=0.4.5', # 0.4.5
|
||||
'transaction', # 1.2.0
|
||||
'waitress', # 0.8.1
|
||||
'WebHelpers', # 1.3
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.4.5'
|
||||
__version__ = u'0.4.6'
|
||||
|
|
Loading…
Reference in a new issue