diff --git a/HISTORY.rst b/HISTORY.rst index d0b8d66b..2aec4037 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,18 +1,20 @@ -v20220403 +v20220518 ~~~~~~~~~ **Features** - Added support for Odoo 15 (via a setuptools-odoo and maintainer-tools update). (`#156 `_) - **Bugfixes** - Fixed the mention to maintainers on new pull requests. Also mention maintainers when a PR is reopened. (`#166 `_) - Try to avoid git fetch lock issues and sentry alerts pollution by retrying automatically. (`#177 `_) - +- Reduce error noise by suppressing BranchNotFoundError in then merge branch status + handler. (`#178 `_) +- Consider comment made when reviewing Pull request. It so allow users + to review and launch commands in a single action. (`#182 `_) **Misc** diff --git a/newsfragments/178.bugfix b/newsfragments/178.bugfix deleted file mode 100644 index 5c44dbd8..00000000 --- a/newsfragments/178.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Reduce error noise by suppressing BranchNotFoundError in then merge branch status -handler. diff --git a/newsfragments/182.bugfix b/newsfragments/182.bugfix deleted file mode 100644 index ecd125c3..00000000 --- a/newsfragments/182.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Consider comment made when reviewing Pull request. It so allow users -to review and launch commands in a single action.