Update changelog (#10382)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2026-01-10 15:23:38 +05:00
committed by GitHub
parent 585358ea09
commit 58f78b6839
2 changed files with 176 additions and 214 deletions
+173 -213
View File
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -54,7 +54,9 @@ commit_preprocessors = [
{ pattern = '^QFix ', replace = "fix: " },
{ pattern = '^qfix ', replace = "fix: " },
{ pattern = '^QFIX: ', replace = "fix: " },
{ pattern = '^Add ', replace = "feat: " },
{ pattern = '^Missing ', replace = "fix: Missing " },
{ pattern = '^Add missing ', replace = "fix: Add missing " },
{ pattern = '^Add ', replace = "feat: Add " },
{ pattern = '^Update ', replace = "chore: " },
{ pattern = '^Remove ', replace = "chore: " },
{ pattern = '^Bump ', replace = "chore: " },