diff --git a/reference/datetime/functions/date-parse-from-format.xml b/reference/datetime/functions/date-parse-from-format.xml
index a0da7f93996a..03f6ddc11842 100644
--- a/reference/datetime/functions/date-parse-from-format.xml
+++ b/reference/datetime/functions/date-parse-from-format.xml
@@ -123,6 +123,13 @@
ignored.
+
+ 8.0.0
+
+ This function no longer returns &false; on failure, but throws a
+ TypeError instead.
+
+
7.2.0
diff --git a/reference/datetime/functions/date-parse.xml b/reference/datetime/functions/date-parse.xml
index f2c33570228f..9d1ba88928e7 100644
--- a/reference/datetime/functions/date-parse.xml
+++ b/reference/datetime/functions/date-parse.xml
@@ -124,6 +124,13 @@
+
+ 8.0.0
+
+ This function no longer returns &false; on failure, but throws a
+ TypeError instead.
+
+
7.2.0
diff --git a/reference/datetime/functions/date-sun-info.xml b/reference/datetime/functions/date-sun-info.xml
index 6b9a781ee1d7..8f7421e487c5 100644
--- a/reference/datetime/functions/date-sun-info.xml
+++ b/reference/datetime/functions/date-sun-info.xml
@@ -154,6 +154,13 @@
+
+ 8.0.0
+
+ This function no longer returns &false; on failure, but throws a
+ TypeError instead.
+
+
7.2.0
diff --git a/reference/datetime/functions/date.xml b/reference/datetime/functions/date.xml
index 8d7b375b05ad..fc567b043ecc 100644
--- a/reference/datetime/functions/date.xml
+++ b/reference/datetime/functions/date.xml
@@ -81,6 +81,13 @@
+
+ 8.0.0
+
+ This function no longer returns &false; on failure, but throws a
+ TypeError instead.
+
+
8.0.0
diff --git a/reference/datetime/functions/getdate.xml b/reference/datetime/functions/getdate.xml
index 8e433bcad9f4..caa862d223d1 100644
--- a/reference/datetime/functions/getdate.xml
+++ b/reference/datetime/functions/getdate.xml
@@ -128,6 +128,13 @@
+
+ 8.0.0
+
+ This function no longer returns &false; on failure, but throws a
+ TypeError instead.
+
+
8.0.0
diff --git a/reference/datetime/functions/gmdate.xml b/reference/datetime/functions/gmdate.xml
index 9468fc66c0d0..b9d295412d87 100644
--- a/reference/datetime/functions/gmdate.xml
+++ b/reference/datetime/functions/gmdate.xml
@@ -58,6 +58,13 @@
+
+ 8.0.0
+
+ This function no longer returns &false; on failure, but throws a
+ TypeError instead.
+
+
8.0.0
diff --git a/reference/datetime/functions/localtime.xml b/reference/datetime/functions/localtime.xml
index c2abc514e4b4..7030b381ec60 100644
--- a/reference/datetime/functions/localtime.xml
+++ b/reference/datetime/functions/localtime.xml
@@ -124,6 +124,13 @@
+
+ 8.0.0
+
+ This function no longer returns &false; on failure, but throws a
+ TypeError instead.
+
+
8.0.0