Skip to content

Commit

Permalink
Inserted changelog for 1.15.5 (2018-11-04).
Browse files Browse the repository at this point in the history
Compiled from the 1.15.5 tag and running towncrier.
Removed entries from 1.15.6 that are then duplicate.

See #130
  • Loading branch information
mauritsvanrees committed May 2, 2019
1 parent b73976f commit 7bc3228
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,36 @@ Changelog
1.15.6 (2019-04-29)
-------------------

New features:


- Move generateUniqueId script from CMFPlone here.
It has no use outside Archetypes world. (#114)
- Removed travis config. Jenkins is used instead. (#116)


Bug fixes:


- Fix testlayer mess

[petschki] (#113)
- Use new utils.check_id from CMFPlone. [maurits] (#118)
- Problem: refactoring plone.app.widgets is not easy with too detailed expectations on the output of the pattern_options.
Its also outside the scope of this test.
Solution: check if there are pattern_options, but now what they are exactly.
[jensens] (#124)
- Fixed slowness in ``unicodeTestIn`` script used by keyword template.
[maurits] (#125)
- Add PathReprProvider as a baseclass of BaseContentMixin to restore the original __repr__ behavior instead of the new __repr__ from persistent.Persistent. See https://github.com/plone/Products.CMFPlone/issues/2590
[pbauer] (#212)
- Fixed ``UnicodeEncodeError`` when editing Archetypes rich text. [maurits] (#2832)


1.15.5 (2018-11-04)
-------------------

New features:

- Move generateUniqueId script from CMFPlone here.
It has no use outside Archetypes world. (#114)
- Removed travis config. Jenkins is used instead. (#116)

Bug fixes:

- Fix testlayer mess. [petschki] (#113)
- Use new utils.check_id from CMFPlone. [maurits] (#118)
- Add ``PathReprProvider`` as a baseclass of ``BaseContentMixin`` to restore the original ``__repr__`` behavior instead of the new ``__repr__`` from ``persistent.Persistent``.
See `issue 2590 <https://github.com/plone/Products.CMFPlone/issues/2590>`_.
[pbauer] (#212)


1.15.4 (2018-09-30)
-------------------

Expand Down

0 comments on commit 7bc3228

Please sign in to comment.