From 9aae889d2ecd2b0fb4342edf7798707a51f67154 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:24:24 +0200 Subject: [PATCH] docs: update the change log --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index e65063939..fc79ca6ff 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -43,6 +43,7 @@ Fixed - Work around a `pathlib.Path.resolve` bug in Python 3.8 and 3.9 on Windows. The work-around should be removed when Python 3.8 and 3.9 are no longer supported. - Add missing configuration flag for Flynt_. +- Only split source code lines at Python's universal newlines (LF, CRLF, CR). 2.1.1_ - 2024-04-16