Skip to content

Commit

Permalink
Preparing release 9.8.5
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed Nov 25, 2024
1 parent 9403ec4 commit 75bce00
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 12 deletions.
29 changes: 29 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,35 @@ Changelog
.. towncrier release notes start
9.8.5 (2024-11-25)
------------------

Bug fixes:


- Fix log in after changing email when "email as login" is enabled
[erral] (#1835)
- Fix tests after #1839 and plone.app.event#411
[erral] (#1844)
- Do not change request during relation fields serialization
[cekk] (#1845)


Internal:


- Test that recurrence serialization provides correct data
[erral] (#1809)
- Additional tests to login name changes
[erral] (#1840)


Documentation:


- `html_use_opensearch` value must not have a trailing slash. Clean up comments. @stevepiercy (#1846)


9.8.4 (2024-11-05)
------------------

Expand Down
2 changes: 0 additions & 2 deletions news/1809.internal

This file was deleted.

2 changes: 0 additions & 2 deletions news/1835.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/1840.internal

This file was deleted.

2 changes: 0 additions & 2 deletions news/1844.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/1845.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/1846.documentation

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys


version = "9.8.5.dev0"
version = "9.8.5"

if sys.version_info.major == 2:
raise ValueError(
Expand Down

0 comments on commit 75bce00

Please sign in to comment.