From a0cfe4b48ab3bf2c701f6bb7f53474035478f323 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 30 Jul 2023 12:26:53 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52927c7c..3d594a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2023-07-30 + +### Enhanced +- Added the ability to modify any configuration parameter from 'configuration.toml' on-the-fly. +- Updated the command line interface and bot commands to accept configuration changes as arguments. +- Improved the PR agent to handle additional arguments for each action. + ## 2023-07-28 ### Improved