From 2e7a0a88faabf46347d44046e296f1be9fe2e568 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 26 Jul 2023 20:08:29 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..fcb9c154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +## [Unreleased] + +### Added +- New feature to the PR Agent that allows it to update the changelog based on the contents of a pull request. This feature is currently implemented for the Github provider only. +- New command 'update_changelog' added to the list of supported commands in `pr_agent/cli.py`. +- New configuration file 'pr_update_changelog.toml' added to the list of settings files in `pr_agent/config_loader.py`. +- New class `PRUpdateChangelog` in `pr_agent/tools/pr_update_changelog.py` responsible for updating the changelog based on the PR's contents. +- New prompts for the changelog update feature in `pr_agent/settings/pr_update_changelog.toml`. + +### Changed +- Updated `pr_agent/agent/pr_agent.py` to handle the 'update_changelog' command. +- Updated `pr_agent/cli.py` to handle the 'update_changelog' command and reflect it in the help message. +- Updated `README.md` to include the 'update_changelog' command in the usage section and feature list. +- Updated `pr_agent/settings/configuration.toml` to include settings for the new feature. + +### Fixed +- No bug fixes in this PR. \ No newline at end of file