Skip to content

Commit 346561c

Browse files
Preparing release 3.0.0a3
[ci skip]
1 parent 0b175ad commit 346561c

5 files changed

Lines changed: 21 additions & 8 deletions

File tree

CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ Changelog
88
99
.. towncrier release notes start
1010
11+
3.0.0a3 (2026-03-30)
12+
--------------------
13+
14+
Bug fixes:
15+
16+
17+
- Fix multi-word search so all word parts get wildcard prefix matching, not just the last one.
18+
Use ``munge_search_term`` from ``plone.base.utils``, deprecate old import path.
19+
@jensens (#4205)
20+
21+
22+
Internal:
23+
24+
25+
- Remove Subject index modifier — a Python 2 leftover that was already a no-op.
26+
@jensens (#155)
27+
- Update configuration files.
28+
[plone devs]
29+
30+
1131
3.0.0a2 (2025-11-26)
1232
--------------------
1333

news/+meta.internal

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/155.internal

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/4205.bugfix

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = "3.0.0a3.dev0"
3+
version = "3.0.0a3"
44

55
long_description = open("README.rst").read() + "\n"
66
long_description += open("CHANGES.rst").read()

0 commit comments

Comments
 (0)