From 5801ea31ccbd5424ccc2c0948025f2df13e50805 Mon Sep 17 00:00:00 2001
From: Sergey Ostanevich <sergos@tarantool.org>
Date: Thu, 7 Dec 2023 14:13:01 +0300
Subject: [PATCH] changelog: update changelogs with new categories

Two new categories 'testing' and 'tools' were introduced, clangelogs
updated to match the new criteria.

NO_DOC=changelog
NO_TEST=changelog
NO_CHANGELOG=changelog
---
 changelogs/unreleased/add-asan-flag-to-tarantool-build.md | 5 +++--
 changelogs/unreleased/gh-7593-console-debugger.md         | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/changelogs/unreleased/add-asan-flag-to-tarantool-build.md b/changelogs/unreleased/add-asan-flag-to-tarantool-build.md
index e04a08f5b2..dc694dd878 100644
--- a/changelogs/unreleased/add-asan-flag-to-tarantool-build.md
+++ b/changelogs/unreleased/add-asan-flag-to-tarantool-build.md
@@ -1,4 +1,5 @@
-## feature/box
+## testing
 
 * Added a new flag `tarantool.build.asan` that shows whether build
-  flag `ENABLE_ASAN` is set.
+  flag `ENABLE_ASAN` is set. The flag is intended to ease tests
+  backporting from the master branch.
diff --git a/changelogs/unreleased/gh-7593-console-debugger.md b/changelogs/unreleased/gh-7593-console-debugger.md
index f1be8c223b..3e49abee9a 100644
--- a/changelogs/unreleased/gh-7593-console-debugger.md
+++ b/changelogs/unreleased/gh-7593-console-debugger.md
@@ -1,3 +1,3 @@
-## feature/debugger
+## tools/debugger
 
 * Introduced readline support to tarantool debugger (gh-7738).
-- 
GitLab