summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 29c48b97..1ed1e0c8 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -8,6 +8,13 @@
* backtrace.c (callback_verify): Check for pthread_kill as first
frame. Change asserts to fprintf plus abort.
+2021-08-02 Noah Sanci <nsanci@redhat.com>
+
+ PR27277
+ * run-debuginfod-response-headers.sh: Add a test to ensure that file descriptions
+ are accurate for files outside or within archives.
+ * Makefile.am: Add run-debuginfod-response-headers.sh to TESTS.
+
2021-07-26 Noah Sanci <nsanci@redhat.com>
PR27982