diff --git a/ChangeLog b/ChangeLog
index c2c3eccbd8f6fa2ac62dc0dc9a5ec8fdc2d3adca..787750476ea98245c908d5530205b3cbea423f60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -668,3 +668,6 @@
 	  always timing out when the load was heavy and worse, for some reason,
 	  resetting the Tx function caused unexpected registers to be reset in
 	  the Rcv function was well.
+	* Z80: Patch incorported: "[2696648] Z80: interrupt flag stored in parity bit"
+	  (submitted by JPelletier).  The is the same fix that was needed for the
+	  eZ80 and fixed in 0.4.2.
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 08d056b73c131bc7999e77e1a00e165408b65738..086552061aa89c636dcd284a1614c8de7169d7e6 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -1359,6 +1359,9 @@ nuttx-0.4.4 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
 	  always timing out when the load was heavy and worse, for some reason,
 	  resetting the Tx function caused unexpected registers to be reset in
 	  the Rcv function was well.
+	* Z80: Patch incorported: "[2696648] Z80: interrupt flag stored in parity bit"
+	  (submitted by JPelletier).  The is the same fix that was needed for the
+	  eZ80 and fixed in 0.4.2.
 
 pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>