From f3da64e7e37ac0d1e9d1f6d2ee0baa7c0f204265 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 20 Sep 2024 14:10:32 -0500 Subject: [PATCH] Put error message changes in the enhancements section --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 41d0a49f0528..76e2c901099d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ changelog_sections.breaking = "Breaking changes" changelog_sections.enhancement = "Enhancements" changelog_sections.compatibility = "Enhancements" changelog_sections.preview = "Preview features" +changelog_sections.error_messages = "Enhancements" changelog_sections.cli = "Enhancements" changelog_sections.configuration = "Configuration" changelog_sections.performance = "Performance"