From db869554f277b77a40e6dd871668d88f11cd9e16 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Mon, 13 Feb 2023 13:59:49 +0300 Subject: [PATCH] deb: fix changelog entry format Follows #281 --- debian/changelog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e862fd59..cf29e63f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,17 +5,17 @@ python3-tarantool (0.12.0-0) unstable; urgency=medium This release introduces the support of `fetch_schema` connection option to disable schema fetch and various fixes. - ### Breaking changes + ## Breaking changes This release should not break any existing behavior. - ### New features + ## New features - `fetch_schema` parameter for a connection (#219). - ### Bugfixes + ## Bugfixes - Error code on socket error (#279). - ### Thanks + ## Thanks We want to thank @bekhzod91 for a bugfix contribution. -- Georgy Moiseev Mon, 13 Feb 2023 11:43:30 +0300