From: Andrei Pavel Date: Thu, 13 Jul 2023 06:49:35 +0000 (+0300) Subject: [#2946] add ChangeLog entry X-Git-Tag: Kea-2.2.1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92c5fa704ace4549857f6b1009fa63215237189d;p=thirdparty%2Fkea.git [#2946] add ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index 8749f551df..3e8b5d9f46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2049. [doc] andrei + Disabled smart quotes in Sphinx configuration to leave quotes + unchanged. Prior to this change, quotes were converted into + left-quotes and right-quotes. This made it difficult for users to + copy and use chunks of configuration directly from the ARM. + (Gitlab #2946, #2513) + 2048. [bug] andrei A spacing issue in a prepared statement that prevented Config Backend from working with PostgreSQL 15 and above has been fixed.