From: Federico Caselli Date: Fri, 10 Apr 2020 20:54:13 +0000 (+0200) Subject: fix changelog X-Git-Tag: rel_1_4_0b1~374^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5247%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix changelog --- diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst index f63e27c216..259428901b 100644 --- a/doc/build/changelog/changelog_13.rst +++ b/doc/build/changelog/changelog_13.rst @@ -134,7 +134,7 @@ :tickets: 5052 Add ability to literal compile a :class:`DateTime`, :class:`Date` - or :class:"Time" when using the string dialect for debugging purposes. + or :class:`Time` when using the string dialect for debugging purposes. This change does not impact real dialect implementation that retain their current behavior.