Document the escape-html removal

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-10-06 08:21:43 +02:00 committed by backportbot[bot]
parent 51caafe555
commit cca977937f

View File

@ -29,6 +29,10 @@ Search
The unified search replaces the traditional search input, hence ``OCA.Search`` became a noop. For backwards compatibility, the code will not raise any errors now, but it does not have any functionality.
Removed globals
***************
* ``escape-html``: use `the escape-html package <https://www.npmjs.com/package/escape-html>` or similar
Back-end changes
^^^^^^^^^^^^^^^^