Skip to content
Snippets Groups Projects
Commit 5b6a2b95 authored by Alexander Turenko's avatar Alexander Turenko Committed by Vladimir Davydov
Browse files

doc: fix several typos in changelog entries

After this change the release notes are able to be built.

Changed '---' to '----', so comments for a release manager are parsed
correctly.
parent f0980af8
No related branches found
No related tags found
No related merge requests found
## core/feature
## feature/core
* Previously, if a yield occurs for a transaction that does not
support it, we roll back all its statements, but still process
......
......@@ -3,5 +3,6 @@
* **[Breaking change]** net.box console support, which was marked deprecated
in 1.10, was dropped. Use `require('console').connect()` instead.
---
----
Breaking change: net.box console support was dropped.
##feature/luajit
## feature/luajit
* Now memory profiler records allocations from traces grouping them by the
trace number (gh-5814). The memory profiler parser can display the new type
......
......@@ -5,5 +5,6 @@
it negatively affected performance of hot net.box methods, like call() and
select(), in case those are called without specifying a timeout (gh-6242).
---
----
Breaking change: timeout() method of net.box connection was dropped.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment