Skip to content

Commit

Permalink
Preparing release 9.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Dec 18, 2024
1 parent 09c8b01 commit 5dfea53
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 6 deletions.
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ Changelog
.. towncrier release notes start
9.9.0 (2024-12-18)
------------------

New features:


- When a Link content item is linked by UID, resolve its URL as the linked target URL for anonymous users. @cekk (#1847)


Bug fixes:


- Fix resolving paths in deserializer if the target was moved in the same request. @cekk (#1848)
- Make slate block linkintegrity checking more robust in case data isn't in the expected format. @cekk (#1849)
- Optimized performance of DexterityObjectPrimaryFieldTarget adapter. @maurits (#1851)


Internal:


- Fix time-dependence of tests. @davisagli (#1850)


9.8.5 (2024-11-25)
------------------

Expand Down
1 change: 0 additions & 1 deletion news/1847.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/1848.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/1849.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/1850.internal

This file was deleted.

1 change: 0 additions & 1 deletion news/1851.bugfix

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.6.dev0"
version = "9.9.0"

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

0 comments on commit 5dfea53

Please sign in to comment.