diff --git a/changelogs/unreleased/add-fiber-stack-size-option-to-cmake.md b/changelogs/unreleased/add-fiber-stack-size-option-to-cmake.md
deleted file mode 100644
index d1804530cb49715c5467791fd841a5d39d710915..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/add-fiber-stack-size-option-to-cmake.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## feature/build
-
-* Added the CMake option `FIBER_STACK_SIZE` to set the default fiber stack size.
diff --git a/changelogs/unreleased/gh-4544-segfault-if-i-delete-a-collation.md b/changelogs/unreleased/gh-4544-segfault-if-i-delete-a-collation.md
deleted file mode 100644
index bd3d6c42079caa9ef8801b6f68967916f0e38bdb..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-4544-segfault-if-i-delete-a-collation.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## bugfix/core
-
-* Fixed a crash when a collation used by a space was deleted (gh-4544).
diff --git a/changelogs/unreleased/gh-4632-net-box-unknown-field-type.md b/changelogs/unreleased/gh-4632-net-box-unknown-field-type.md
deleted file mode 100644
index 1d1eee601614c957e93200b18a3a35bebcbee0b7..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-4632-net-box-unknown-field-type.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* Fixed a crash in the `net.box` client when a remote space had
-  a field type that the client version did not support (gh-4632).
diff --git a/changelogs/unreleased/gh-5616-temp-space-truncate-ro.md b/changelogs/unreleased/gh-5616-temp-space-truncate-ro.md
deleted file mode 100644
index 127aac42cecc4fdb12edbdf2589aeda2716cd091..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-5616-temp-space-truncate-ro.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## feature/box
-
-* Allowed truncation of temporary and local spaces in the read-only mode
-  (gh-5616).
diff --git a/changelogs/unreleased/gh-6119-fix-number-mp-encode.md b/changelogs/unreleased/gh-6119-fix-number-mp-encode.md
deleted file mode 100644
index af5f5b0476539b428c812540bc0298252db4b6ed..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-6119-fix-number-mp-encode.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/box
-
-* Fixed a bug when large numbers were encoded incorrectly by `msgpackffi`.
-  It could lead to wrong select results with large number keys (gh-6119).
diff --git a/changelogs/unreleased/gh-6128-fix-crash-with-background-env-option.md b/changelogs/unreleased/gh-6128-fix-crash-with-background-env-option.md
deleted file mode 100644
index 0741ba3bc39e1925ac32ea70d2a4e8a03ca6305a..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-6128-fix-crash-with-background-env-option.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/core
-
-* Fixed a crash that could happen when Tarantool is started in the
-  [background mode](https://www.tarantool.io/en/doc/latest/reference/configuration/#confval-background)
-  (gh-6128).
diff --git a/changelogs/unreleased/gh-6668-ordering-incomparable-types.md b/changelogs/unreleased/gh-6668-ordering-incomparable-types.md
deleted file mode 100644
index 38ecc560670e55ec13118e8d609486c187c3b619..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-6668-ordering-incomparable-types.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/sql
-
-* Now the `ARRAY`, `MAP`, and `INTERVAL` values cannot be used as
-  arguments in the `ORDER BY` clause (gh-6668).
diff --git a/changelogs/unreleased/gh-7294-long-reconnection-fix.md b/changelogs/unreleased/gh-7294-long-reconnection-fix.md
deleted file mode 100644
index 875d334172822e6df95325e02ef6990e892b245c..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7294-long-reconnection-fix.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/replication
-
-* Fixed a bug related to `box.info.replication[...].upstream` being stuck in the "connecting"
-  state for several minutes after a replica DNS record change (gh-7294).
diff --git a/changelogs/unreleased/gh-7311-malloc-info.md b/changelogs/unreleased/gh-7311-malloc-info.md
deleted file mode 100644
index 737ea40bf4c65071cfa7c44b2fa95b0e8a4fe65a..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7311-malloc-info.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## feature/core
-
-* Added the new function `box.malloc.info()` for reporting memory usage of
-  Tarantool internal data structures allocated with `malloc()`. The function
-  is available only on Linux (gh-7311).
diff --git a/changelogs/unreleased/gh-7389-memtx_memory-check.md b/changelogs/unreleased/gh-7389-memtx_memory-check.md
deleted file mode 100644
index 81263cf204f45a5532ef02f6a72654ec76c7f62b..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7389-memtx_memory-check.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/memtx
-
-* Fixed the ability for the `memtx_memory` parameter to specify a memory size
-  less than required for the stable operation of the engine (gh-7389).
diff --git a/changelogs/unreleased/gh-7483-ignore-mpack-types.md b/changelogs/unreleased/gh-7483-ignore-mpack-types.md
deleted file mode 100644
index 780672671bae16f46e4491f25aa32b307f47a877..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7483-ignore-mpack-types.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/box
-
-* Fixed the inability to insert an integral number into a double-formatted
-  field (gh-7483).
diff --git a/changelogs/unreleased/gh-7515-syncing-follower-notices-leader-hang.md b/changelogs/unreleased/gh-7515-syncing-follower-notices-leader-hang.md
deleted file mode 100644
index 87c50cd22a4bcfe094875269878913c391732662..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7515-syncing-follower-notices-leader-hang.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/replication
-
-* Fixed an issue when the nodes synchronizing with
-  a hung leader reported the leader as alive.
-  This behavior led to the delay of the new elections (gh-7515).
diff --git a/changelogs/unreleased/gh-7536-enable-hardening-on-AArch64.md b/changelogs/unreleased/gh-7536-enable-hardening-on-AArch64.md
deleted file mode 100644
index 7f3e96ffdc9b33a7a9b7e6afc1574583f0a221cd..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7536-enable-hardening-on-AArch64.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## feature/build
-
-* Hardening against memory corruption attacks is now enabled by default on
-  AArch64 systems (gh-7536).
diff --git a/changelogs/unreleased/gh-7536-enable-hardening-on-FreeBSD.md b/changelogs/unreleased/gh-7536-enable-hardening-on-FreeBSD.md
deleted file mode 100644
index 44d748b78a6175de92eff6ce9d1baf460d601676..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7536-enable-hardening-on-FreeBSD.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## feature/build
-
-* Hardening against memory corruption attacks is now enabled by default on
-  FreeBSD (gh-7536).
diff --git a/changelogs/unreleased/gh-7725-embed-metrics.md b/changelogs/unreleased/gh-7725-embed-metrics.md
deleted file mode 100644
index a4e65faf3d6892133bc68c3a9b0814bc8eea24e2..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7725-embed-metrics.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## feature/lua
-
-* Embedded the `tarantool/metrics` module for metrics aggregation and export (gh-7725).
-* Metrics can now be configured using the `box.cfg()` function (gh-7725).
diff --git a/changelogs/unreleased/gh-7873-func-priv-check.md b/changelogs/unreleased/gh-7873-func-priv-check.md
deleted file mode 100644
index 17db12789a2663040ff14a59d803e898fa19cf99..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7873-func-priv-check.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/box
-
-* Fixed the privilege check when using spaces with functional indexes and
-  constraints (gh-7873).
diff --git a/changelogs/unreleased/gh-7932-recovery-mixed-transactions.md b/changelogs/unreleased/gh-7932-recovery-mixed-transactions.md
deleted file mode 100644
index d7f691be64f949dab43c97f6c2ab5f201175700c..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7932-recovery-mixed-transactions.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## feature/replication
-
-* Implemented correct recovery of mixed transactions. To do this, set
-  `box.cfg.force_recovery` to `true`. If you need to revert to the old
-  behavior, don't set the `force_recovery` option (gh-7932).
diff --git a/changelogs/unreleased/gh-7939-fix-misc-memory-leaks-on-tuple-encoding-failure.md b/changelogs/unreleased/gh-7939-fix-misc-memory-leaks-on-tuple-encoding-failure.md
deleted file mode 100644
index 671dac816a6c4eb59f1d0a5593358138960098ab..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7939-fix-misc-memory-leaks-on-tuple-encoding-failure.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## bugfix/box
-
-* Fixed several memory leaks on tuple encoding failures (gh-7939).
diff --git a/changelogs/unreleased/gh-7974-force-recovery-without-user-spaces.md b/changelogs/unreleased/gh-7974-force-recovery-without-user-spaces.md
deleted file mode 100644
index e91615215ae888f0c26c3389a274b223ed0437db..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7974-force-recovery-without-user-spaces.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/box
-
-* Fixed a bug where `box.cfg.force_recovery` doesn't work when there are
-  no user spaces in a snapshot (gh-7974).
diff --git a/changelogs/unreleased/gh-7991-relay-crash.md b/changelogs/unreleased/gh-7991-relay-crash.md
deleted file mode 100644
index f9c9d8ce542963a742d4ae5d4d89c165c7dfc804..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-7991-relay-crash.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/replication
-
-* Fixed a crash when using transactions with the linearizable isolation level during
-  a replica reconnect (gh-7991).
diff --git a/changelogs/unreleased/gh-8051-set-box-cfg-thru-env.md b/changelogs/unreleased/gh-8051-set-box-cfg-thru-env.md
deleted file mode 100644
index 58a3659a7a548d82d709714122e5f39523cdeb58..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8051-set-box-cfg-thru-env.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## feature/box/cfg
-
-* Implemented a way to set a table as box.cfg{} options value via
-  environment variables (gh-8051).
diff --git a/changelogs/unreleased/gh-8069-luajit-fixes.md b/changelogs/unreleased/gh-8069-luajit-fixes.md
deleted file mode 100644
index 0d19fb66dc9f159faf419ec19e4c4bd45c919522..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8069-luajit-fixes.md
+++ /dev/null
@@ -1,12 +0,0 @@
-## bugfix/luajit
-
-Backported patches from the vanilla LuaJIT trunk (gh-8069). The following issues
-were fixed as part of this activity:
-
-* Fixed successful `math.min/math.max` call with no args (gh-6163).
-* Fixed inconsistencies in `math.min/math.max` calls with a NaN arg (gh-6163).
-* Fixed `pcall()` call without arguments on arm64.
-* Fixed assembling of IR_{AHUV}LOAD specialized to boolean for aarch64.
-* Fixed constant rematerialization on arm64.
-* Fixed `emit_rma()` for the x64/GC64 mode for non-`mov` instructions.
-* Limited Lua C library path with the default `PATH_MAX` value of 4096 bytes.
diff --git a/changelogs/unreleased/gh-8070-collation-for-any.md b/changelogs/unreleased/gh-8070-collation-for-any.md
deleted file mode 100644
index 3fb1806a3ff97dc6d7bfc58580864017c9c52e56..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8070-collation-for-any.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## bugfix/sql
-
-* The `ANY` field type now supports collation in SQL (gh-8070).
diff --git a/changelogs/unreleased/gh-8074-fix-backtraces-on-m1-macs.md b/changelogs/unreleased/gh-8074-fix-backtraces-on-m1-macs.md
deleted file mode 100644
index ffc2ef39db07874fbe7805b79fc9b7fe101642d0..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8074-fix-backtraces-on-m1-macs.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* Fixed the collection of fiber backtraces on the M1/M2 macOS platform
-  (gh-8074).
diff --git a/changelogs/unreleased/gh-8252-disable-jit-on-macOS-by-default.md b/changelogs/unreleased/gh-8252-disable-jit-on-macOS-by-default.md
deleted file mode 100644
index a344a31d2d45683ec42858e3ff3851b606b1b7d0..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8252-disable-jit-on-macOS-by-default.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/luajit
-
-* The JIT engine was disabled by default on macOS platforms to improve
-  the user experience. If necessary, you can enable it with `jit.on` (gh-8252).
diff --git a/changelogs/unreleased/gh-8326-mvcc-lost-gap-record.md b/changelogs/unreleased/gh-8326-mvcc-lost-gap-record.md
deleted file mode 100644
index 4ba137f65fb6e2e4b8e9205b245c385d3a480acf..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8326-mvcc-lost-gap-record.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## bugfix/core
-
-* Fixed a bug when MVCC sometimes lost gap record (gh-8326).
diff --git a/changelogs/unreleased/gh-8363-unable-decode-body.md b/changelogs/unreleased/gh-8363-unable-decode-body.md
deleted file mode 100644
index 01779c49b293ae7021a338d5b01f8e7166ea884d..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8363-unable-decode-body.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## bugfix/lua/http client
-
-* Fixed a bug where a response body cannot be decoded (gh-8363).
diff --git a/changelogs/unreleased/gh-8374-local-print-accepts-non-strings.md b/changelogs/unreleased/gh-8374-local-print-accepts-non-strings.md
deleted file mode 100644
index fc8462d51fde65e6f63a7822537ceb28b129d9db..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8374-local-print-accepts-non-strings.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## bugfix/console
-
-* Fixed `console.local_print()` failing on non-string arguments, which led to
-  some rare errors. For example, when connecting via tarantoolctl to cartridged
-  tarantool with incorrect credentials, a cdata error was passed through the
-  `local_print()`, which failed to interpret it (gh-8374).
diff --git a/changelogs/unreleased/gh-8391-bump-zstd.md b/changelogs/unreleased/gh-8391-bump-zstd.md
deleted file mode 100644
index a29c73e8ed1c75b327fac213410c3ab6914bc22d..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8391-bump-zstd.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## feature/build
-
-*  The `zstd` version was updated to pre-1.5.5 (gh-8391).
diff --git a/changelogs/unreleased/gh-8393-iproto-watch-sync.md b/changelogs/unreleased/gh-8393-iproto-watch-sync.md
deleted file mode 100644
index 416ad8a2d37ac6a21ae944d569d2b49e8572e750..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8393-iproto-watch-sync.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* An `IPROTO_EVENT` packet now has the same sync number as the last
-  corresponding `IPROTO_WATCH` request (gh-8393).
diff --git a/changelogs/unreleased/gh-8418-asserton-on-select-from-_space.md b/changelogs/unreleased/gh-8418-asserton-on-select-from-_space.md
deleted file mode 100644
index 461c618e3c590012bc8623631d6a4f86e9fb4483..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8418-asserton-on-select-from-_space.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/sql
-
-* Fixed an assertion when selecting tuples with incomplete internal
-  format (gh-8418).
diff --git a/changelogs/unreleased/gh-8433-raft-is-candidate.md b/changelogs/unreleased/gh-8433-raft-is-candidate.md
deleted file mode 100644
index a7bb9bc2579d1baf3c1e8438e50e92a4995d3ba6..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8433-raft-is-candidate.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/replication
-
-* Fixed a bug that occurred on applier failure: a node could start an election
-  without having a quorum to do this (gh-8433).
diff --git a/changelogs/unreleased/gh-8441-remove-vinyl-root-directory-after-gc.md b/changelogs/unreleased/gh-8441-remove-vinyl-root-directory-after-gc.md
deleted file mode 100644
index e80269db07bcc7e1ab9a40510331c3d61474fae0..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8441-remove-vinyl-root-directory-after-gc.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/vinyl
-
-* Vinyl space and index directories are now created on demand.
-  They are removed as soon as they become empty (gh-8441).
diff --git a/changelogs/unreleased/gh-8445-crash-during-crash-report.md b/changelogs/unreleased/gh-8445-crash-during-crash-report.md
deleted file mode 100644
index 7f9ce6c5082d1f963342d38e423154ae13a35c0e..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8445-crash-during-crash-report.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* Fixed a crash that could happen when preparing a crash report on macOS
-  (gh-8445).
diff --git a/changelogs/unreleased/gh-8448-box-stat-memtx-func.md b/changelogs/unreleased/gh-8448-box-stat-memtx-func.md
deleted file mode 100644
index 8591755c40f3cadd6c9fa36a584903a42e112691..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8448-box-stat-memtx-func.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/lua
-
-* The `box.stat.memtx` function is now callable, it returns
-  all memtx statistics. The `box.stat.memtx.tx()` function
-  is now equivalent to the `box.stat.memtx().tx` function (gh-8448).
diff --git a/changelogs/unreleased/gh-8457-downgrade-handle-takes-raw-args.md b/changelogs/unreleased/gh-8457-downgrade-handle-takes-raw-args.md
deleted file mode 100644
index 6fb4c0eed529e21c83c1e121b4990106a26cce7e..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8457-downgrade-handle-takes-raw-args.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/box
-
-* The `takes_raw_args` option is now handled correctly
-  during downgrading (gh-8457).
diff --git a/changelogs/unreleased/gh-8460-wrong-int-to-dec-convertion-in-arithmetic.md b/changelogs/unreleased/gh-8460-wrong-int-to-dec-convertion-in-arithmetic.md
deleted file mode 100644
index 0db5d81b55281d11920d4e8d8ae5fd08da1450f6..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8460-wrong-int-to-dec-convertion-in-arithmetic.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/sql
-
-* Fixed incorrect conversion of an integer greater than `INT64_MAX` or
-  less than `0` to a decimal number during SQL arithmetic operations (gh-8460).
diff --git a/changelogs/unreleased/gh-8463-crash-on-create-function.md b/changelogs/unreleased/gh-8463-crash-on-create-function.md
deleted file mode 100644
index eec3df583d3a0f99e506c1c4235bb2c9c43221b0..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8463-crash-on-create-function.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## bugfix/box
-
-* Fixed a crash on an unknown option of the function (gh-8463).
diff --git a/changelogs/unreleased/gh-8497-promote-atomic.md b/changelogs/unreleased/gh-8497-promote-atomic.md
deleted file mode 100644
index aeed6ae2002c4c21565e07192f54069298ac35a3..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8497-promote-atomic.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/replication
-
-* Fixed a possible failure to promote the desired node by `box.ctl.promote()` on
-  a cluster with nodes configured with `election_mode = "candidate"` (gh-8497).
diff --git a/changelogs/unreleased/gh-8502-fix-buffer-overflow-in-tnt_strptime.md b/changelogs/unreleased/gh-8502-fix-buffer-overflow-in-tnt_strptime.md
deleted file mode 100644
index 490bea3a453ceaf4053ae19adef35898d4ba6dee..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8502-fix-buffer-overflow-in-tnt_strptime.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## bugfix/datetime
-
-* Fixed a bug with buffer overflow in `tnt_strptime` (gh-8502).
diff --git a/changelogs/unreleased/gh-8505-synchro-triggers-fail.md b/changelogs/unreleased/gh-8505-synchro-triggers-fail.md
deleted file mode 100644
index 9581aa8a46b913052b0fa98febafc9ad2d56bf2f..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8505-synchro-triggers-fail.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/core
-
-* Fixed a bug causing the `ER_CURSOR_NO_TRANSACTION` failure for transactions
-  on synchronous spaces when the `on_commit/on_rollback` triggers are set
-  (gh-8505).
diff --git a/changelogs/unreleased/gh-8511-pagination-validate-cmp-def.md b/changelogs/unreleased/gh-8511-pagination-validate-cmp-def.md
deleted file mode 100644
index ef07ec91c81b1d9597282205b2de290763b76658..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8511-pagination-validate-cmp-def.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## bugfix/core
-
-* Relaxed the tuple format requirements on tuples passed as the page starting
-  position to `index:tuple_pos()` or to the `after` option of `index:select`.
-  Now, Tarantool validates only the key parts of the index being used and all
-  primary indexes (gh-8511).
diff --git a/changelogs/unreleased/gh-8516-luajit-fixes.md b/changelogs/unreleased/gh-8516-luajit-fixes.md
deleted file mode 100644
index c686fd6a2d16dcdc84d34aefefdfd9e00bc23e5a..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8516-luajit-fixes.md
+++ /dev/null
@@ -1,13 +0,0 @@
-## bugfix/luajit
-
-Backported patches from the vanilla LuaJIT trunk (gh-8516). The following issues
-were fixed as part of this activity:
-
-* Fixed `IR_LREF` assembling for the GC64 mode on x86_64.
-* Fixed canonicalization of +-0.0 keys for `IR_NEWREF`.
-* Fixed result truncation for `bit.rol` on x86_64 platforms.
-* Fixed saved bytecode encapsulated in ELF objects.
-* Fixed `lua_yield()` invocation inside C hooks.
-* Fixed memory chunk allocation beyond the memory limit.
-* Fixed TNEW load forwarding with instable types.
-* Fixed use-def analysis for `BC_VARG`, `BC_FUNCV`.
diff --git a/changelogs/unreleased/gh-8530-alter-space-snapshot-fix.md b/changelogs/unreleased/gh-8530-alter-space-snapshot-fix.md
deleted file mode 100644
index e89a7110e940150e5c4c3773ee596c55e2772554..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8530-alter-space-snapshot-fix.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* Fixed a bug because of which a dirty (not committed to WAL) DDL record could
-  be written to a snapshot and cause a recovery failure (gh-8530).
diff --git a/changelogs/unreleased/gh-8570-fix-datetime-str-negative-nsec.md b/changelogs/unreleased/gh-8570-fix-datetime-str-negative-nsec.md
deleted file mode 100644
index d75101f38341e85bc72d695ed582de45d61ce02c..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8570-fix-datetime-str-negative-nsec.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/datetime
-
-* Fixed errors when the string representation of a datetime object had
-a negative nanosecond part (gh-8570).
diff --git a/changelogs/unreleased/gh-8572-disable-backtraces-on-aarch64-linux.md b/changelogs/unreleased/gh-8572-disable-backtraces-on-aarch64-linux.md
deleted file mode 100644
index 808704e0d3382de0f8e957f7739bcced5ebcb1b0..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8572-disable-backtraces-on-aarch64-linux.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* Disabled the backtrace collection feature on the AArch64 Linux platform
-  (gh-8572).
diff --git a/changelogs/unreleased/gh-8574-export-iproto-auth-type.md b/changelogs/unreleased/gh-8574-export-iproto-auth-type.md
deleted file mode 100644
index 8d26cd58c136429d8a2dd8bcac3a859bb6b643b9..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8574-export-iproto-auth-type.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## bugfix/lua
-
-* Exported the missing `AUTH_TYPE` key to `box.iproto.key` (gh-8574).
diff --git a/changelogs/unreleased/gh-8577-strip-prefix-pagination-iproto-keys.md b/changelogs/unreleased/gh-8577-strip-prefix-pagination-iproto-keys.md
deleted file mode 100644
index a366c3db8ebd0b0572a33f71d83856a6c72829ee..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8577-strip-prefix-pagination-iproto-keys.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/lua
-
-* Stripped the unwanted `IPROTO_` prefix from the `POSITION`, `AFTER_POSITION`,
-  and `AFTER_TUPLE` keys exported to `box.iproto.key` (gh-8577).
diff --git a/changelogs/unreleased/gh-8583-fix-datetime-set-with-nsec.md b/changelogs/unreleased/gh-8583-fix-datetime-set-with-nsec.md
deleted file mode 100644
index a4fa017bdf03a7fdd7fed48a114e233459239838..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8583-fix-datetime-set-with-nsec.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/datetime
-
-* Fixed an error in `datetime.set` when `timestamp` is passed along with `nsec`,
-`usec`, or `msec` (gh-8583).
diff --git a/changelogs/unreleased/gh-8587-unique-violation-in-functional-index-with-nullable.md b/changelogs/unreleased/gh-8587-unique-violation-in-functional-index-with-nullable.md
deleted file mode 100644
index 7b7c8e20b509cdd293482a4a7c8c4b8688bf9147..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8587-unique-violation-in-functional-index-with-nullable.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* Fixed a bug when a tuple could be inserted even if it violates a `unique`
-  constraint of a functional index that has a nullable part (gh-8587).
diff --git a/changelogs/unreleased/gh-8606-static-build-enable-optimization.md b/changelogs/unreleased/gh-8606-static-build-enable-optimization.md
deleted file mode 100644
index 2843474fd8f9dba46d8c3d461146a16de13754d1..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8606-static-build-enable-optimization.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/build
-
-* Enabled compiler optimizations for static build dependencies, which were
-  erroneously disabled in version 2.10.3 (gh-8606).
diff --git a/changelogs/unreleased/gh-8648-mvcc-broken-rollback-of-prepared.md b/changelogs/unreleased/gh-8648-mvcc-broken-rollback-of-prepared.md
deleted file mode 100644
index 02397a8a08dd34d19a4fb474abc9098048f6d9df..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8648-mvcc-broken-rollback-of-prepared.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* Fixed a bug when MVCC rollback of prepared statement could break internal
-  invariants (gh-8648).
diff --git a/changelogs/unreleased/gh-8654-mvcc-abort-readers-of-prepared-and-rollbacked.md b/changelogs/unreleased/gh-8654-mvcc-abort-readers-of-prepared-and-rollbacked.md
deleted file mode 100644
index c1bbe730a829f25cdff9fe8d2f2c31d6892b1b69..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8654-mvcc-abort-readers-of-prepared-and-rollbacked.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* Now MVCC engine automatically aborts a transaction if it reads changes
-  of a prepared transaction and this transaction is aborted (gh-8654).
diff --git a/changelogs/unreleased/gh-8661-assertion-in-xferOptimization.md b/changelogs/unreleased/gh-8661-assertion-in-xferOptimization.md
deleted file mode 100644
index e5ccd3451c5c64db5232b4b53f63ba77c96070f8..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8661-assertion-in-xferOptimization.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/sql
-
-* Fixed a possible assertion or segmentation fault when optimizing
-  `INSERT INTO ... SELECT FROM` (gh-8661).
diff --git a/changelogs/unreleased/gh-8698-spurious-split-vote.md b/changelogs/unreleased/gh-8698-spurious-split-vote.md
deleted file mode 100644
index aec60953b572fe5617e764473bef71a5d9d53e7a..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8698-spurious-split-vote.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/replication
-
-* Fixed nodes configured with `election_mode = 'candidate'` spuriously detecting
-  a split-vote when another candidate should win with exactly a quorum of votes
-  for it (gh-8698).
diff --git a/changelogs/unreleased/gh-8704-wal-exit-empty-xlog.md b/changelogs/unreleased/gh-8704-wal-exit-empty-xlog.md
deleted file mode 100644
index 3b4b84f647c94cdd48c56966ddd4bff7b69b9e52..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8704-wal-exit-empty-xlog.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/core
-
-* Fixed the node writing an empty `00000000000000000000.xlog` file regardless of
-  the actual vclock when interrupted during the initial `box.cfg()` call
-  (gh-8704).
diff --git a/changelogs/unreleased/gh-8716-pagination-invalid-after-pos-bug.md b/changelogs/unreleased/gh-8716-pagination-invalid-after-pos-bug.md
deleted file mode 100644
index 5122e3dadd3214f106ad045450cbab6a7185aa0e..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8716-pagination-invalid-after-pos-bug.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/box
-
-* Fixed a bug (bad error message) in pagination related to the validation of the
-  `after` position option of the `:select` and `:pairs` methods of space and
-  index objects (gh-8716).
diff --git a/changelogs/unreleased/gh-8733-ddl-memory-leaks.md b/changelogs/unreleased/gh-8733-ddl-memory-leaks.md
deleted file mode 100644
index e95d36d690a8cb26aac0440071a4a8b2848966e1..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8733-ddl-memory-leaks.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/box
-
-* Fixed the memory leaks caused by the multi-statement transaction errors in the
-  space index building and the space format checking operations (gh-8773).
diff --git a/changelogs/unreleased/gh-8742-session-on-triggers-with-sync-tx.md b/changelogs/unreleased/gh-8742-session-on-triggers-with-sync-tx.md
deleted file mode 100644
index 747bddb6cc8cb4e9291d3f8968bbc55738dda11c..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8742-session-on-triggers-with-sync-tx.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/core
-
-* Fixed a bug causing the effective session and user are not propagated to
-  `box.on_commit` and `box.on_rollback` trigger callbacks when transaction
-  is synchronous (gh-8742).
diff --git a/changelogs/unreleased/gh-8744-fix-chunked-with-content-length.md b/changelogs/unreleased/gh-8744-fix-chunked-with-content-length.md
deleted file mode 100644
index 1adba9077c92571cfb1aa475713bbd11dc8b2839..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8744-fix-chunked-with-content-length.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/lua/http client
-
-* Fixed the `Transfer-Encoding: chunked` setting being enabled even if
-  the `Content-Length` header exists for stream requests (gh-8744).
diff --git a/changelogs/unreleased/gh-8745-xrow-decode-unknown-key.md b/changelogs/unreleased/gh-8745-xrow-decode-unknown-key.md
deleted file mode 100644
index 743db54d4341204cd6d9244c516e07228141c60d..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8745-xrow-decode-unknown-key.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/core
-
-* Fixed a bug when Tarantool failed to decode a request containing an unknown
-  IPROTO key. The bug resulted in broken connectivity between Tarantool 2.10
-  and 2.11 (gh-8745).
diff --git a/changelogs/unreleased/gh-8757-crash-on-bootstrap.md b/changelogs/unreleased/gh-8757-crash-on-bootstrap.md
deleted file mode 100644
index e2e354fb811a4c2421431ac5a9e938a59e5ac68c..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8757-crash-on-bootstrap.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/replication
-
-* Fixed a possible crash on bootstrap with `box.cfg.bootstrap_strategy = 'auto'`
-  when some of the bootstrapping nodes were stopped (gh-8757).
diff --git a/changelogs/unreleased/gh-8781-heap-use-after-free-in-memtx-tx-delete-gap.md b/changelogs/unreleased/gh-8781-heap-use-after-free-in-memtx-tx-delete-gap.md
deleted file mode 100644
index f3f7a0a0c296583842566ac034e25497d49904dc..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8781-heap-use-after-free-in-memtx-tx-delete-gap.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/memtx
-
-* Fixed a heap-use-after-free bug in the transaction manager, which could occur
-  when performing a DDL operation concurrently with a transaction on the same
-  space (gh-8781).
diff --git a/changelogs/unreleased/gh-8783-xlog-garbage-fix.md b/changelogs/unreleased/gh-8783-xlog-garbage-fix.md
deleted file mode 100644
index 4ec251942686512d9d81965703b7707b192193bc..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8783-xlog-garbage-fix.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* Fixed a bug that caused writing incorrect values into the `stream_id` field
-  of xlog headers (gh-8783).
diff --git a/changelogs/unreleased/gh-8807-compat-is-new-old.md b/changelogs/unreleased/gh-8807-compat-is-new-old.md
deleted file mode 100644
index e10a4a2247ac628f5ba9e77b7902084e3e2635aa..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8807-compat-is-new-old.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## feature/lua
-
-* Added the `:is_new()` and `:is_old()` helpers to `tarantool.compat`
-  options to simplify effective value checks (gh-8807).
diff --git a/changelogs/unreleased/gh-8817-bug-fix-set-language-shared-between-conn-clients.md b/changelogs/unreleased/gh-8817-bug-fix-set-language-shared-between-conn-clients.md
deleted file mode 100644
index cdd5d386795954f0dcbd48dac054dbd44a59e7e1..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8817-bug-fix-set-language-shared-between-conn-clients.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/box
-
-* Fixed a bug in the box console implementation because of
-  which the `language` parameter was shared between connected
-  clients (gh-8817).
diff --git a/changelogs/unreleased/gh-8852-vy-read-iterator-use-after-free-fix.md b/changelogs/unreleased/gh-8852-vy-read-iterator-use-after-free-fix.md
deleted file mode 100644
index 3789b14284b2560a847ff684d36784507e4ae478..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8852-vy-read-iterator-use-after-free-fix.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/vinyl
-
-* Fixed a heap-use-after-free bug in the Vinyl read iterator caused by a race
-  between a disk read and a memory dump task. The bug could lead to a crash or
-  an invalid query result (gh-8852).
diff --git a/changelogs/unreleased/gh-8878-interval-boundaries-fix.md b/changelogs/unreleased/gh-8878-interval-boundaries-fix.md
deleted file mode 100644
index 0a5274a28efb69e0efba07720ce5dac3704c8ada..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8878-interval-boundaries-fix.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/datetime
-
-* Fixed a bug raising a false positive error when creating new intervals with
-  range boundary values (gh-8878).
diff --git a/changelogs/unreleased/gh-8887-fix-interval-int64.md b/changelogs/unreleased/gh-8887-fix-interval-int64.md
deleted file mode 100644
index 20142aea11004fef766b5949a0e302038f428822..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8887-fix-interval-int64.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/msgpack
-
-* Fixed decoding datetime intervals with fields larger than possible int32
-  values (gh-8887).
diff --git a/changelogs/unreleased/gh-8889-lua-box-tuple-format-new-fix.md b/changelogs/unreleased/gh-8889-lua-box-tuple-format-new-fix.md
deleted file mode 100644
index cd32ef42d38195c3795ae99b2b9771752666ae46..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8889-lua-box-tuple-format-new-fix.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/lua/netbox
-
-* Fixed a heap-use-after-free bug in the function creating a tuple format Lua
-  object for `net.box` (gh-8889).
diff --git a/changelogs/unreleased/gh-8899-compare-with-key-slowpath-invalid-memory-access.md b/changelogs/unreleased/gh-8899-compare-with-key-slowpath-invalid-memory-access.md
deleted file mode 100644
index 24a4d4a5569a7b7f2bb17b83a90c1eaadaf46da3..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8899-compare-with-key-slowpath-invalid-memory-access.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/box
-
-* Fixed the invalid memory access in a corner case of a specialized comparison
-  function (gh-8899).
diff --git a/changelogs/unreleased/gh-8936-foreign-keys-with-temporary-and-local.md b/changelogs/unreleased/gh-8936-foreign-keys-with-temporary-and-local.md
deleted file mode 100644
index 7ba758a069657582eef402f715ccb40aee006014..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8936-foreign-keys-with-temporary-and-local.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/core
-
-* Now foreign keys from non-temporary to temporary and from non-local to local
-  spaces are prohibited since they can potentially break foreign key consistency
-  (gh-8936).
diff --git a/changelogs/unreleased/gh-8937-memtx-tree-index-doesnt-accept-true-option-for-hint.md b/changelogs/unreleased/gh-8937-memtx-tree-index-doesnt-accept-true-option-for-hint.md
deleted file mode 100644
index 2269910489a468743aa5cb56eb8faa7a9184964c..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8937-memtx-tree-index-doesnt-accept-true-option-for-hint.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* Fixed a bug because of which it was impossible to set the `hint` option
-  to `true` for TREE indexes (gh-8937).
diff --git a/changelogs/unreleased/gh-8946-foreign-key-disables-truncate.md b/changelogs/unreleased/gh-8946-foreign-key-disables-truncate.md
deleted file mode 100644
index 92dbfc5f4add8897fe2e82407940b57c647dfd6a..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8946-foreign-key-disables-truncate.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* Fixed a bug when a space that is referenced by a foreign key could not
-  be truncated even if the referring space was empty (gh-8946).
diff --git a/changelogs/unreleased/gh-8975-box-iproto-override-without-cfg.md b/changelogs/unreleased/gh-8975-box-iproto-override-without-cfg.md
deleted file mode 100644
index 0442810ab5a7a3b729dad97bbb5bf9a6fc4825b0..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh-8975-box-iproto-override-without-cfg.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/box
-
-* Fixed a crash when `box.iproto.override` was called with unconfigured box.
-  Now, an error is raised instead (gh-8975).
diff --git a/changelogs/unreleased/gh_5997_get_rid_of_schema_max_id.md b/changelogs/unreleased/gh_5997_get_rid_of_schema_max_id.md
deleted file mode 100644
index b4d0f8f66c6799e6617eea9fec09d358b5d448f8..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh_5997_get_rid_of_schema_max_id.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## feature/core
-
-* The `_schema.max_id` field in the `box.space._schema` function is now deprecated.
-  Now the `_space:max()` function is used instead of `_schema.max_id` (gh-5997).
diff --git a/changelogs/unreleased/gh_8036_mix_explicit_and_implicit_space_id.md b/changelogs/unreleased/gh_8036_mix_explicit_and_implicit_space_id.md
deleted file mode 100644
index e3722269910cd6b8eab240cbfd84141e590d511b..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/gh_8036_mix_explicit_and_implicit_space_id.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/core
-
-* Fixed a bug when a space creation failed with a duplication error.
-  The issue occurred if the explicit and implicit space IDs were mixed.
-  Now the actual maximal space `id` is used to generate a new one (gh-8036).
diff --git a/changelogs/unreleased/ghqa-321-segfault-with-clang-16-asan.md b/changelogs/unreleased/ghqa-321-segfault-with-clang-16-asan.md
deleted file mode 100644
index 1d03d1588f3d2bde37e1f754030f4207f5e6a218..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/ghqa-321-segfault-with-clang-16-asan.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## bugfix/core
-
-* Fixed a crash that could happen when Tarantool is compiled by `clang`
-  version 15 and above with enabled AddressSanitizer
-  (tarantool/tarantool-qa#321).
diff --git a/changelogs/unreleased/ghs-119-too-long-mem-values.md b/changelogs/unreleased/ghs-119-too-long-mem-values.md
deleted file mode 100644
index b296bbfb0c13299ec1fea59d6ec9a6b63747e6c6..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/ghs-119-too-long-mem-values.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## bugfix/sql
-
-* Fixed integer overflow issues in built-in functions (ghs-119).
diff --git a/changelogs/unreleased/ghs-121-too-big-buffer-size.md b/changelogs/unreleased/ghs-121-too-big-buffer-size.md
deleted file mode 100644
index db0fc8c11f6e85822aa98260a962887bd9636a0d..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/ghs-121-too-big-buffer-size.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## bugfix/core
-
-* Fixed an integer overflow issue in `net.box` (ghs-121).
diff --git a/changelogs/unreleased/ghs-122-allocations-in-printf.md b/changelogs/unreleased/ghs-122-allocations-in-printf.md
deleted file mode 100644
index e111cfae16b8912af2c92bb07acc2bbb0226371f..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/ghs-122-allocations-in-printf.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/sql
-
-* Fixed an integer overflow issue and added check for the `printf()` failure due
-  to too large size (ghs-122).
diff --git a/changelogs/unreleased/ghs-73-unsafe-extensions-decoding.md b/changelogs/unreleased/ghs-73-unsafe-extensions-decoding.md
deleted file mode 100644
index 4acdb44363f372e30ca23c0e40c2318c4cad64b0..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/ghs-73-unsafe-extensions-decoding.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/core
-
-* Fixed various bugs related to unsafe (i.e., from an unknown source) decoding
-  and validating of MsgPack extensions (ghs-73).
diff --git a/changelogs/unreleased/luajit-grammar-fuzzer.md b/changelogs/unreleased/luajit-grammar-fuzzer.md
deleted file mode 100644
index 15b1c9e70ad7c09f7732af892332e99340344a09..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/luajit-grammar-fuzzer.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## feature/test/fuzz
-
-* Now LuaJIT can be fuzzed using grammar-based fuzzer (gh-4823).
diff --git a/changelogs/unreleased/no-gh-add-tt-dependency.md b/changelogs/unreleased/no-gh-add-tt-dependency.md
deleted file mode 100644
index 0a10fe382aaaaa1ebb06344b754f5826e57dd2ba..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/no-gh-add-tt-dependency.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## feature/build
-
-* Added `tt` weak dependency. The `tt` command line utility combines
-  `tarantoolctl` and `cartridge-cli` functionality into one tool.
-  The change is a part of pushing `tt` to the public (tarantool/tt#286).
diff --git a/changelogs/unreleased/xlog-reader-show-unknown-header-fields.md b/changelogs/unreleased/xlog-reader-show-unknown-header-fields.md
deleted file mode 100644
index 36699bd478ce44d567365f0148a043f69d65c7f7..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/xlog-reader-show-unknown-header-fields.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## bugfix/lua
-
-* Fixed the xlog reader Lua module to show unknown row header fields. Before
-  this change the xlog reader silently skipped them.