From 5b7f6a66787de0d107b481968c0491d9de0c3ab2 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Tue, 3 May 2022 07:16:32 -0500 Subject: [PATCH] Add changelog for unpacking error when rendering stacktrace. --- docs/changes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 0f1b37ae6..e9131d483 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -4,6 +4,10 @@ Change log Next version ------------ +* Fixed issue of stacktrace having frames that have no path to the file, + but are instead a stringified version of the code such as + ``''``. + 3.3.0 (2022-04-28) ------------------