Skip to content

Fix colliding changelog entries.

Brian Williams requested to merge bwill-master-patch-34272 into master

Why is this change being made?

There seems to be an issue with the changelog generation where it generates the changelog from all of the commits on master instead of from the commits on the given tag. This corrects some issues with the recent changelog entries where the changes from different releases where merged together.

Merge request reports