Update changelog
This commit is contained in:
parent
b55ecc3898
commit
475ab3013f
28
CHANGES.rst
28
CHANGES.rst
|
@ -2,6 +2,34 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.119 (2021-01-25)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Don't create new person for new user, if one was selected.
|
||||||
|
|
||||||
|
* Allow newer zope.sqlalchemy package.
|
||||||
|
|
||||||
|
* Add variant transaction logic per zope.sqlalchemy 1.1 changes.
|
||||||
|
|
||||||
|
* Add CSS styles for 'codehilite' a la Pygments.
|
||||||
|
|
||||||
|
* Add feature to generate new features...
|
||||||
|
|
||||||
|
* Add views for "delete product" batch.
|
||||||
|
|
||||||
|
* Set ``self.model`` when constructing new View.
|
||||||
|
|
||||||
|
* Add some generic render methods to MasterView.
|
||||||
|
|
||||||
|
* Add custom ``base.css`` for falafel theme.
|
||||||
|
|
||||||
|
* Add master view for Units of Measure mapping table.
|
||||||
|
|
||||||
|
* Add woocommerce package links for sake of upgrade diff view.
|
||||||
|
|
||||||
|
* Add basic web API app, for simple use cases.
|
||||||
|
|
||||||
|
|
||||||
0.8.118 (2021-01-10)
|
0.8.118 (2021-01-10)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.118'
|
__version__ = '0.8.119'
|
||||||
|
|
Loading…
Reference in a new issue