From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Wed, 10 Aug 2022 21:29:47 +0000 (-0700) Subject: Use debug f-strings for feature detection (#3215) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/6064a435453cdba47c43d71f3d0ea1aa19a29206?ds=inline Use debug f-strings for feature detection (#3215) Fixes GH-2907. --- diff --git a/CHANGES.md b/CHANGES.md index 5b29f20..1fc8c65 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -33,6 +33,8 @@ +- Black now uses the presence of debug f-strings to detect target version. (#3215) + ### Documentation