# HG changeset patch # User Marcin Kuzminski # Date 2020-05-22 09:24:43 # Node ID edb9d44713f649aa39d04cc454ad6f80696e43f1 # Parent 2b460b0c471aea1289fdd132e54468d543ab6cc5 docs: added reference to new API functions diff --git a/docs/release-notes/release-notes-4.19.0.rst b/docs/release-notes/release-notes-4.19.0.rst --- a/docs/release-notes/release-notes-4.19.0.rst +++ b/docs/release-notes/release-notes-4.19.0.rst @@ -42,6 +42,7 @@ General - Pull requests: fixed small UI glitches in pull request view. - System Info: Python packages now expose the package location info. +- API: added new flag to comment api to disable email sending when creating a comment. - Exceptions: don't report lookup errors as exceptions stored in the exception store. Those are regular not found problems that don't indicate any exceptional case also make the errors report nicer, not as KeyError, or generic Exception