Skip to content

Commit

Permalink
Release notes and changelog: add plone.dexterity memory leak fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Sep 15, 2023
1 parent 35d01fa commit dd7ea2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions release/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Major changes since 6.0.6:
* `plone.namedfile`:
* Add internal modification timestamp with fallback to _p_mtime.
* Use new internal modification timestamp as part of the hash key for scales.
* `plone.dexterity`: Fix a memory leak. For details see [issue 3829](https://github.com/plone/Products.CMFPlone/issues/3829).
* `plone.app.widgets`: Make this package deprecated. It still works, and is included in Plone 6.0, but Plone 6.1 will not ship with it.
Widget base classes have been moved to ``plone.app.z3cform.widgets.patterns``.
Also see ``plone.app.widgets.utils`` for information about moving utility methods to their new location.
Expand Down
5 changes: 5 additions & 0 deletions release/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ plone.dexterity: 3.0.2 → 3.0.3
------------------------------
Bug fixes:

- Respect locally allowed types when pasting objects [cekk] (#146)
- Fix a memory leak as reported in https://github.com/plone/Products.CMFPlone/issues/3829, changing interface declaration type as suggested by @d-maurer in https://github.com/plone/plone.dexterity/issues/186 [mamico] (#187)

Internal:

- Update configuration files.
[plone devs] (55bda5c9)

Expand Down

0 comments on commit dd7ea2c

Please sign in to comment.