From edbcc752921016acb895f591c96ea0c7471d220d Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Tue, 19 Nov 2024 00:45:27 +0100 Subject: [PATCH] Use term "pull request" instead of "merge request". --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3556d51a2..9f7e45d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,7 +92,7 @@ This release comes with several API changes. For an updated overview of the avai - Development versions of wheel packages are now regularly built via Continuous Integration, uploaded as artifacts, and published on [Test-PyPI](https://test.pypi.org/). - Continuous integration is now used to maintain separate branches for major, feature, and bugfix releases and keep them up-to-date. - The runtime of Continuous Integration jobs has been optimized by running individual steps only if necessary, caching files across subsequent runs, and making use of parallelization. -- When tests are run via Continuous Integration, a summary of the test results is now added to merge requests and GitHub workflows. +- When tests are run via Continuous Integration, a summary of the test results is now added to pull requests and GitHub workflows. - Markdown files are now used for writing the documentation. - A consistent style is now enforced for Markdown files by applying the tool `mdformat` via Continuous Integration. - C++ 17 or newer is now required for compiling the project.