From 69302f59c913e7f82f04214d89d31983d2fd5c26 Mon Sep 17 00:00:00 2001 From: Muhamed Fazal PS Date: Wed, 8 Jul 2026 18:40:50 +0530 Subject: [PATCH] Add changelog entry for truncation_limit int type fix --- changelog/14689.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/14689.bugfix.rst diff --git a/changelog/14689.bugfix.rst b/changelog/14689.bugfix.rst new file mode 100644 index 00000000000..d532d8a88da --- /dev/null +++ b/changelog/14689.bugfix.rst @@ -0,0 +1 @@ +The :confval:`truncation_limit_lines` and :confval:`truncation_limit_chars` configuration options now accept integer values in TOML configuration files, matching the behavior specified in the documentation.