summaryrefslogtreecommitdiff
path: root/libphobos
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos')
-rw-r--r--libphobos/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 23850b611b6..4b227d6c310 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,12 @@
+2022-04-02 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * libdruntime/MERGE: Merge upstream druntime c52e28b7.
+ * libdruntime/Makefile.am (DRUNTIME_DSOURCES_OPENBSD): Add
+ core/sys/openbsd/pwd.d.
+ * libdruntime/Makefile.in: Regenerate.
+ * src/MERGE: Merge upstream phobos 99e9c1b77.
+ * testsuite/libphobos.exceptions/message_with_null.d: New test.
+
2022-03-21 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/104911