Update changelog
This commit is contained in:
parent
22aceb4d67
commit
c189273471
18
CHANGES.rst
18
CHANGES.rst
|
@ -5,6 +5,24 @@ CHANGELOG
|
||||||
Unreleased
|
Unreleased
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
0.10.12 (2024-06-04)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Require pyramid 2.x; remove 1.x-style auth policies.
|
||||||
|
|
||||||
|
* Remove version cap for deform.
|
||||||
|
|
||||||
|
* Set explicit referrer when changing app theme.
|
||||||
|
|
||||||
|
* Add ``<b-tooltip>`` component shim.
|
||||||
|
|
||||||
|
* Include extra styles from ``base_meta`` template for butterball.
|
||||||
|
|
||||||
|
* Fix product lookup component, per butterball.
|
||||||
|
|
||||||
|
* Include butterball theme by default for new apps.
|
||||||
|
|
||||||
|
|
||||||
0.10.11 (2024-06-03)
|
0.10.11 (2024-06-03)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.10.11'
|
__version__ = '0.10.12'
|
||||||
|
|
Loading…
Reference in a new issue