diff --git a/CHANGES.rst b/CHANGES.rst index c13cce338b..3e4df63e24 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,10 @@ Changelog ------------------- New Features: + +- Docs: Use sphinxcontrib-httpexample and convert existing examples. + [lgraf] + - Added 'addable' to @types endpoint. It specifies if the content type can be added to the current context. Refs https://github.com/plone/plone.restapi/issues/173 [jaroel]