diff --git a/entries/outerHeight.xml b/entries/outerHeight.xml
index e1caaf55..09aa255e 100644
--- a/entries/outerHeight.xml
+++ b/entries/outerHeight.xml
@@ -53,6 +53,9 @@ $( "p:last" ).text(
A number representing the number of pixels, or a number along with an optional unit of measure appended (as a string).
+
+ A Boolean indicating whether to new value should account for the element's margin.
+
1.8.0
diff --git a/entries/outerWidth.xml b/entries/outerWidth.xml
index 4e613cc1..cfb07bc8 100644
--- a/entries/outerWidth.xml
+++ b/entries/outerWidth.xml
@@ -53,6 +53,9 @@ $( "p:last" ).text(
A number representing the number of pixels, or a number along with an optional unit of measure appended (as a string).
+
+ A Boolean indicating whether to new value should account for the element's margin.
+
1.8.0