From 5b6a2b952a3907c833814230ddf9d7535f0b85ce Mon Sep 17 00:00:00 2001 From: Alexander Turenko <alexander.turenko@tarantool.org> Date: Sun, 12 Dec 2021 04:08:06 +0300 Subject: [PATCH] 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. --- .../change-transaction-behaviour-after-rollback-on-yield.md | 2 +- changelogs/unreleased/drop-net-box-console.md | 3 ++- .../unreleased/gh-5814-memprof-group-allocation-on-traces.md | 2 +- changelogs/unreleased/gh-6242-net-box-drop-conn-timeout.md | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/changelogs/unreleased/change-transaction-behaviour-after-rollback-on-yield.md b/changelogs/unreleased/change-transaction-behaviour-after-rollback-on-yield.md index 862dc707cf..734a27fe7c 100644 --- a/changelogs/unreleased/change-transaction-behaviour-after-rollback-on-yield.md +++ b/changelogs/unreleased/change-transaction-behaviour-after-rollback-on-yield.md @@ -1,4 +1,4 @@ -## 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 diff --git a/changelogs/unreleased/drop-net-box-console.md b/changelogs/unreleased/drop-net-box-console.md index 4bf19d80a1..65ff1b5009 100644 --- a/changelogs/unreleased/drop-net-box-console.md +++ b/changelogs/unreleased/drop-net-box-console.md @@ -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. diff --git a/changelogs/unreleased/gh-5814-memprof-group-allocation-on-traces.md b/changelogs/unreleased/gh-5814-memprof-group-allocation-on-traces.md index dbdea0d710..a34d2b32be 100644 --- a/changelogs/unreleased/gh-5814-memprof-group-allocation-on-traces.md +++ b/changelogs/unreleased/gh-5814-memprof-group-allocation-on-traces.md @@ -1,4 +1,4 @@ -##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 diff --git a/changelogs/unreleased/gh-6242-net-box-drop-conn-timeout.md b/changelogs/unreleased/gh-6242-net-box-drop-conn-timeout.md index 9571c0afc5..a195638593 100644 --- a/changelogs/unreleased/gh-6242-net-box-drop-conn-timeout.md +++ b/changelogs/unreleased/gh-6242-net-box-drop-conn-timeout.md @@ -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. -- GitLab