diff --git a/changelogs/2.11.2.md b/changelogs/2.11.2.md
index cf898d4ce0db3ec2182ca840ddd967398ee4eb40..46fa7ced3c8ab1a371742217b0b46fe7126e103c 100644
--- a/changelogs/2.11.2.md
+++ b/changelogs/2.11.2.md
@@ -146,9 +146,9 @@ were fixed as part of this activity:
   lengthy args, such as list of audit events (ghe-523).
 * Fixed crashes if `box.info.memory()`, `box.info.gc()`, `box.info.vinyl()`,
   and `box.info.sql()` are called before `box.cfg{}` (gh-9173).
-* **[Breaking change]** Added a `c_func_iproto_multireturn` option to the
-  `compat` module. The new behavior drops an additional array that wraps
-  multiple results returned via iproto (gh-4799).
+* Added a `c_func_iproto_multireturn` option to the `compat` module. The new
+  behavior drops an additional array that wraps multiple results returned via
+  iproto (gh-4799).
 * Fixed a bug that allows downgrading from a schema version more recent than
   a Tarantool version (gh-9182).
 * Fixed a bug when `on_shutdown` triggers weren't run if `os.exit()` was