update changelog

This commit is contained in:
Lance Edgar 2012-09-18 19:01:20 -07:00
parent 5ce1e70a87
commit cf1ab347af
2 changed files with 31 additions and 2 deletions

View file

@ -1,4 +1,33 @@
0.3a5
-----
- Added support for GPC data type.
- Added eager import of ``rattail.sil`` in ``before_render`` hook.
- Removed ``rattail.pyramid.util`` module.
- Added initial batch support: views, templates, creation from Product grid.
- Added support for ``rattail.LabelProfile`` class.
- Improved Product grid to include filter/sort on Vendor.
- Cleaned up dependencies.
- Added ``rattail.pyramid.includeme()``.
- Added ``CustomerGroup`` CRUD view (read only).
- Added hot links to ``Customer`` CRUD view.
- Added ``Store`` index, CRUD views.
- Updated ``rattail.pyramid.views.includeme()``.
- Added ``email_preference`` to ``Customer`` CRUD.
0.3a4 0.3a4
----- -----

View file

@ -62,8 +62,8 @@ requires = [
# #
# package # low high # package # low high
'edbob[db,pyramid]>=0.1a13', # 0.1a14.dev 'edbob[db,pyramid]>=0.1a14', # 0.1a15.dev
'rattail>=0.3a4', # 0.3a5.dev 'rattail>=0.3a6', # 0.3a7.dev
] ]