Update changelog.

This commit is contained in:
Lance Edgar 2015-02-26 18:06:33 -06:00
parent 99e11fe8d8
commit d30d6f84e6
3 changed files with 28 additions and 2 deletions

View file

@ -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
-----

View file

@ -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

View file

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