From e577d27f9b2919bca48cfa4da2977f520e6b0a62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:38:31 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d594a89..6164830b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2023-08-01 + +### Enhanced +- Introduced the ability to retrieve commit messages from pull requests across different git providers. +- Implemented commit messages retrieval for GitHub and GitLab providers. +- Updated the PR description template to include a section for commit messages if they exist. + ## 2023-07-30 ### Enhanced