From 02bec7a3bb96625042ec00adfe45e71d454f10f1 Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Tue, 13 Mar 2018 00:52:02 +0200 Subject: [PATCH] Add changelog & myself (ankostis) to authors --- AUTHORS | 1 + changelog/3297.bugfix.rst | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changelog/3297.bugfix.rst diff --git a/AUTHORS b/AUTHORS index 3a564606c..25c4384cd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -105,6 +105,7 @@ Kale Kundert Katarzyna Jachim Kevin Cox Kodi B. Arfer +Kostis Anagnostopoulos Lawrence Mitchell Lee Kamentsky Lev Maximov diff --git a/changelog/3297.bugfix.rst b/changelog/3297.bugfix.rst new file mode 100644 index 000000000..f3cbc2c9c --- /dev/null +++ b/changelog/3297.bugfix.rst @@ -0,0 +1,2 @@ +Fixed ``clear()`` method on ``caplog`` fixture which cleared ``records``, +but not the ``text`` property. \ No newline at end of file