diff --git a/CHANGES.rst b/CHANGES.rst index f2944bf8e6..0476529ad2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,54 +17,57 @@ Fixes - Fix import file drop down on import export page. (`#524 `_) -- Resurrected copyright and license page +- Resurrect copyright and license page. (`#482 `_) -- Fix FindSupport binary value handling +- Fix FindSupport binary value handling. (`#406 `_) - Fix remove double quoting in ``ZPublisher.HTTPRequest.search_type`` (`#511 `_) -- Fix subscript access on Page Template ``macros`` attribute +- Fix subscript access on Page Template ``macros`` attribute. (`#210 `_) -- Fix ``OFS.interfaces`` attribute declarations to match reality +- Fix ``OFS.interfaces`` attribute declarations to match reality. (`#498 `_) -- Fix handling of DTML in Ace editor +- Fix handling of DTML in Ace editor. (`#489 `_) -- Fix error when not selecting a file for upload in Files and Images +- Fix error when not selecting a file for upload in Files and Images. (`#492 `_) -- Fix ZMI add handling of ``len(filtered_meta_types()) == 1`` +- Fix ZMI add handling of ``len(filtered_meta_types()) == 1``. (`#505 `_) -- Fix ZMI add handling of ``addItemSelect`` form +- Fix ZMI add handling of ``addItemSelect`` form. (`#506 `_) -- Don't always flag PubBeforeAbort and PubBeforeAbort as retry +- Don't always flag ``PubBeforeAbort`` and ``PubBeforeAbort`` as retry. (`#502 `_) -Other changes -+++++++++++++ - -- Make sure the WSGI Response object respects lock semantics - (`#216 `_) +Features +++++++++ -- Specify supported Python versions using ``python_requires`` in setup.py +- Specify supported Python versions using ``python_requires`` in `setup.py`. (`#481 `_) -- Removed references to separate ``Products.ZCTextIndex`` - (`516 `_) - - Provide additional links on PyPI with ``project_urls`` in ``setup.py`` (`#434 `_) -- Resurrect automatic support for ``standard_error_message`` DTML Method +- Resurrect automatic support for ``standard_error_message`` DTML Method. (`#238 `_) +Other changes ++++++++++++++ + +- Make sure the WSGI Response object respects lock semantics. + (`#216 `_) + +- Remove references to separate ``Products.ZCTextIndex``. + (`516 `_) + - Update dependencies to newest versions.