From d480f6a0dbcce4ad4a2c37864338d12c8297232f Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 15 Oct 2021 01:09:19 -0400 Subject: [PATCH] docs: Document #2629 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 83a1771f7..46d346f6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ - TW #2620 Old-style context definition should only be interpreted as read context. Thanks to bongoman and Tom Dörr for reporting. +- TW #2629 New-style context definition should take precendence over old-style + even if the new-style is an empty string. + Thanks to Denis Kasak for reporting. ------ current release ---------------------------