summaryrefslogtreecommitdiff
path: root/libphobos/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-11-01 00:16:20 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-11-01 00:16:20 +0000
commit3a4a721e0cdc9056ddb288b900bd9e2f48368361 (patch)
treeccde3ed4276a32bca50b0ba8ba24ada9789e4b61 /libphobos/ChangeLog
parent6ea6c05a8d4354b25c6c18c1b60e1f5a06d25f66 (diff)
Daily bump.
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r--libphobos/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 0cc0b3db9f2..0cae880e020 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,9 @@
+2021-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ PR d/102837
+ * libdruntime/gcc/deh.d (ExceptionHeader.free): Use memset to reset
+ contents of internal EH storage.
+
2021-09-30 Iain Buclaw <ibuclaw@gdcproject.org>
* libdruntime/gcc/deh.d (ExceptionHeader.getClassInfo): Move to...