...
Removal of pre-receive hook and instead doing CODEOWNER file validation in merge check: we decided that one should always be able to push commits (for example to backup partially complete work, to hand over stuff etc.), even if there are errors in the CODEOWNER file(s) like syntax errors or permission problems for defined code owners. We therefore moved the CODEOWNER file check to the merge check side, where we verify that the source branch has a valid CODEOWNERS CODEOWNER file(s).
Bug fixes
Pull request edit form cannot be rendered anymore in Bitbucket >= 7.5 in some browsers
Previous: Release Notes v2.4
...