update changelog

This commit is contained in:
Lance Edgar 2013-06-09 13:46:20 -07:00
parent fec34d8290
commit 4174e6d77d
3 changed files with 14 additions and 3 deletions

View file

@ -1,4 +1,15 @@
0.3a23
------
* Fixed bugs where edit links were appearing for unprivileged users.
* Added support for product codes.
These are shown when viewing a product, and may be used to locate a product
via search filters.
0.3a22
------

View file

@ -1 +1 @@
__version__ = '0.3a22'
__version__ = '0.3a23'

View file

@ -62,8 +62,8 @@ requires = [
#
# package # low high
'edbob[db,pyramid]>=0.1a16', # 0.1a17.dev
'rattail>=0.3a27', # 0.3a27
'edbob[db,pyramid]>=0.1a29', # 0.1a29
'rattail>=0.3a40', # 0.3a40
]