Skip to content

Commit b0a808c

Browse files
committed
Fix markup in 3.4 headings
1 parent 6a1d007 commit b0a808c

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

doc/release/3.4.0.rst

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ for the Community and Enterprise editions:
3434

3535
.. _3-4-memcs:
3636

37-
[EE] New in-memory columnar storage engine: ``memcs``
38-
-----------------------------------------------------
37+
[EE] New in-memory columnar storage engine: 'memcs'
38+
---------------------------------------------------
3939

4040
The engine stores data in the memtx arena but in contrast to memtx it doesn't
4141
organize data in tuples. Instead, it stores data in columns. Each format field
@@ -83,7 +83,7 @@ memory consumption of that column by around 5 times.
8383
.. _3-4-cross-engine:
8484

8585
[CE] Memtx-vinyl cross-engine transactions
86-
-----------------------------------------------
86+
------------------------------------------
8787

8888
Tarantool now supports mixing statements for memtx and vinyl in the same transaction,
8989
for example:
@@ -117,8 +117,8 @@ for example:
117117

118118
.. _3-4-native:
119119

120-
[EE] New boostrap strategy in failover: ``native``
121-
--------------------------------------------------
120+
[EE] New boostrap strategy in failover: 'native'
121+
------------------------------------------------
122122

123123
Now supervised failover coordinator supports three bootstrap strategies:
124124
native, supervised, auto.
@@ -151,8 +151,8 @@ of the cluster's configuration, together with a proper failover strategy
151151
152152
.. _3-4-runtime-priv:
153153

154-
[CE] Runtime priviledges for ``lua_call`` granted before ``box.cfg()``
155-
----------------------------------------------------------------------
154+
[CE] Runtime priviledges for 'lua_call' granted before 'box.cfg()'
155+
------------------------------------------------------------------
156156

157157
It is now possible to grant execution privileges for Lua functions
158158
through the declarative configuration, even when the database is in
@@ -179,8 +179,10 @@ functions except built-in ones, bypassing database restrictions.
179179
Privileges will still be written to the database when possible to
180180
maintain compatibility and consistency with other privilege types.
181181

182-
[CE] New methods in the ``config`` module to check instance roles
183-
-----------------------------------------------------------------
182+
.. _3-4-config:
183+
184+
[CE] New methods in the 'config' module to check instance roles
185+
---------------------------------------------------------------
184186

185187
Three new methods are now available in the ``config`` module:
186188

@@ -195,8 +197,8 @@ Three new methods are now available in the ``config`` module:
195197

196198
.. _3-4-storage-client-api:
197199

198-
[EE] New public API: ``config.storage_client``
199-
----------------------------------------------
200+
[EE] New public API: 'config.storage_client'
201+
--------------------------------------------
200202

201203
Remote ``config.storage`` clusters can now be accessed by using the
202204
``config.storage_client.connect(endpoints[, {options}])`` method.

0 commit comments

Comments
 (0)