update changelog
This commit is contained in:
parent
5ce1e70a87
commit
cf1ab347af
2 changed files with 31 additions and 2 deletions
29
CHANGES.txt
29
CHANGES.txt
|
@ -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
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -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
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue