Skip to content

Commit

Permalink
Preparing release 8.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jul 17, 2023
1 parent 24f25d7 commit 98f981d
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 10 deletions.
32 changes: 32 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,38 @@ Changelog
.. towncrier release notes start
8.42.0 (2023-07-17)
-------------------

New features:


- When serializing blocks, `image_scales` is now added to blocks that contain a resolveuid-based `url`.
When deserializing blocks, `image_scales` is removed. @davisagli (#1642)


Bug fixes:


- Remove the hard code dependency by plone.app.multilingual, use it conditionaly instead
[@folix-01] (#1639)
- Fix timezone of dates for revisions in the `@history` service. @davisagli (#1647)
- Fix types expander in root for Plone 5.2 (for non-Dexterity Plone Site Root) @sneridagh (#1669)


Internal:


- Updated package installation to use constraints.txt for black package, ensuring compatibility and consistent versions. @Akshat2Jain (#1671)
- Update Makefile and buildout to use Plone 6.0.6. @davisagli (#1672)


Documentation:


- added instruction to ensure consistent code formatting. @Akshat2Jain (#1664)


8.41.0 (2023-06-29)
-------------------

Expand Down
2 changes: 0 additions & 2 deletions news/1639.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/1642.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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 = "8.41.1.dev0"
version = "8.42.0"

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

0 comments on commit 98f981d

Please sign in to comment.