Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions doc/release/1.10.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ Replication
- Apply replication settings of ``box.cfg({<...>})`` in the strict
order (:tarantool-issue:`4433`).

.. _lua-1:

Lua
~~~

Expand Down Expand Up @@ -178,8 +176,6 @@ LuaJIT

asm_conv: Assertion \`((IRType)((ir->t).irt & IRT_TYPE)) != st’ failed

.. _misc-1:

Misc
~~~~

Expand Down
2 changes: 0 additions & 2 deletions doc/release/2.3.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,6 @@ Misc
Bugs fixed
----------

.. _sql-1:

SQL
~~~

Expand Down
6 changes: 0 additions & 6 deletions doc/release/2021-08-releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,6 @@ Raft
``ER_READONLY`` (:tarantool-release:`2.8.2`, :tarantool-release:`2.7.3`,
:tarantool-release:`2.10.0-beta1`, :tarantool-issue:`6127`).

.. _luajit-1:

LuaJIT
~~~~~~

Expand All @@ -608,8 +606,6 @@ LuaJIT
- Fixed the VM register allocation order provided by LuaJIT frontend in case
of ``BC_ISGE`` and ``BC_ISGT`` (:tarantool-issue:`6227`).

.. _lua-1:

Lua
~~~

Expand All @@ -632,8 +628,6 @@ Triggers
possible crash in case someone destroys a trigger when it
yields (:tarantool-issue:`6266`).

.. _sql-1:

SQL
~~~

Expand Down
2 changes: 1 addition & 1 deletion doc/release/major-features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To keep track of the major features in each version of the Tarantool easier, you
- Allow an :doc:`anonymous replica </reference/reference_lua/box_info/replication_anon>` to follow another anonymous replica (:tarantool-issue:`4696`)

* - 2.4.1
- :ref:`UUID type for field and index <_index-box_uuid>` (:tarantool-issue:`4268`, :tarantool-issue:`2916`)
- :ref:`UUID type for field and index <index-box_uuid>` (:tarantool-issue:`4268`, :tarantool-issue:`2916`)

* - 2.4.1
- :doc:`popen </reference/reference_lua/popen>` built-in module (:tarantool-issue:`4031`)
Expand Down