Originally, I compared this branch against develop, so the description has not been filled automatically with the list of PRs merged since the latest release.
I've run the following command to list them myself:
git log --merges --oneline --grep "Merge pull request" master..develop
How?
A brief description of implementation details of this PR.
Review checklist
[ ] Feature or bugfix MUST have appropriate tests (unit, integration)
[ ] Make sure each commit and the PR mention the Issue number or JIRA reference
What and why?
2045
2042
2035
2037
2038
2033
2031
2026
2019
2028
2025
2014
2024
2016
2015
1998
2021
2006
2009
2018
2017
2001
2013
2008
1997
2000
1999
1991
2003
1994
1995
1993
1986
Originally, I compared this branch against
develop
, so the description has not been filled automatically with the list of PRs merged since the latest release.I've run the following command to list them myself:
git log --merges --oneline --grep "Merge pull request" master..develop
How?
A brief description of implementation details of this PR.
Review checklist