We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e702b commit de91b9cCopy full SHA for de91b9c
CHANGES.rst
@@ -9,6 +9,18 @@ Changelog
9
10
.. towncrier release notes start
11
12
+3.0.0a2 (2022-01-25)
13
+--------------------
14
+
15
+Bug fixes:
16
17
18
+- Really always use a lines property for behaviors, no longer the deprecated ulines.
19
+ This improves the fix from the previous release.
20
+ Part of `issue 3305 <https://github.com/plone/Products.CMFPlone/issues/3305>`_.
21
+ [maurits] (#3305)
22
23
24
3.0.0a1 (2022-01-07)
25
--------------------
26
news/3305.bugfix
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup
4
5
6
-version = "3.0.0a2.dev0"
+version = "3.0.0a2"
7
8
def read(filename):
0 commit comments