@@ -8,7 +8,8 @@ Introduction
88
99Meet the new Tarantool releases of August 2021:
1010:tarantool-release: `2.8.2 `,
11- :tarantool-release: `2.7.3 `, and :tarantool-release: `1.10.11 `.
11+ :tarantool-release: `2.7.3 `,
12+ :tarantool-release: `1.10.11 `.
1213
1314Automated Raft-based failover out of the box
1415~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -34,11 +35,11 @@ data layout, client-server protocol, and replication protocol.
3435using the ``box.schema.upgrade() `` procedure to unlock all the new
3536features of the 2.x series.
3637
37- Some changes are labeled as **[Breaking change] **. It means that the
38- old behavior was considered error-prone and therefore changed to protect
39- users from unintended mistakes. However, there is a small probability
40- that someone can rely on the old behavior, and this label is to bring
41- attention to the things that have been changed.
38+ Some changes are labeled as **[Breaking change] **.
39+ It means that the old behavior was considered error-prone
40+ and therefore changed to protect users from unintended mistakes.
41+ However, there is a small probability that someone can rely on the old behavior,
42+ and this label is to bring attention to the things that have been changed.
4243
4344New and updated features
4445------------------------
5354LuaJIT
5455~~~~~~
5556
56- - Introduced support for ``LJ_DUALNUM `` mode in ``luajit-gdb.py ``
57+ - Introduce support for ``LJ_DUALNUM `` mode in ``luajit-gdb.py ``
5758 (:tarantool-release: `2.8.2 `, :tarantool-release: `2.7.3 `, :tarantool-issue: `6224 `).
5859
5960Lua
6061~~~
6162
62- - Introduced the new method ``table.equals ``. It compares two tables by value with
63+ - Introduce the new method ``table.equals ``. It compares two tables by value with
6364 respect to the ``__eq `` metamethod
6465 (:tarantool-release: `2.8.2 `, :tarantool-release: `2.7.3 `).
6566
6667Logging
67- ^^^^^^^
68+ ~~~~~~~
6869
6970- The ``log `` module now supports symbolic representation of log levels.
7071 Now it is possible to specify levels the same way as in
176177 MBs) ``.xlog `` file
177178 (:tarantool-release: `2.8.2 `, :tarantool-release: `2.7.3 `, :tarantool-issue: `5979 `).
178179
179- - The counter in ``x.yM rows processed `` log messages no longer
180+ - The counter in ``N rows processed `` log messages no longer
180181 resets on each newly recovered ``xlog ``
181182 (:tarantool-release: `2.8.2 `, :tarantool-release: `2.7.3 `).
182183
409410
410411- Fixed a segfault during update/delete of the same tuple
411412 (:tarantool-release: `2.8.2 `, :tarantool-issue: `6021 `).
413+
0 commit comments