From 99d53af28d70344c1967b72ac6e3874d4b4bf90b Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 26 Jul 2023 09:50:21 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12dfefea..09d1463d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [Unreleased] - 2023-07-26 + +### Added +- New feature to update the changelog based on the contents of a pull request for the Github provider. +- Added 'update_changelog' command to the list of supported commands in the CLI. +- New configuration settings and prompts for the changelog update feature. +- New class `PRUpdateChangelog` in `pr_update_changelog.py` for handling changelog updates. + +### Changed +- Updated configuration settings in `configuration.toml` to include settings for the new feature. + ## [Unreleased] - 2023-07-23 ### Added