From 15be7693fd90b4b9a8789034ef57b74d215b61d6 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Thu, 2 Apr 2020 08:31:16 -0400 Subject: [PATCH] Update NEWS --- NEWS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.rst b/NEWS.rst index b84345e..7a523da 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -12,6 +12,7 @@ Bug Fixes ------------------------------ * Improved support for nesting anaphoric macros by only applying symbol replacement where absolutely necessary. +* Quoted f-strings are no longer evaluated prematurely. 0.18.0 ==============================