diff --git a/ChangeLog b/ChangeLog
index 38225bf2569d142e93af157810385bccb6176222..30956a026259601587682c5a97125baf5d15c6eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -646,5 +646,6 @@
 	* eZ80Acclaim!: Fixed logic error in UART interrupt handler.
 	* Many fixes in FAT file system and in NSH for correct compilation with ZDS-II
 	* eZ80Acclaim!: Added and verified a NuttShell (NSH) configuration.
+	* eZ80Acclaim!: Correct endian-ness; defconfig files said BIG endian.
 
 
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 634196c4afa42ccd890a563dab2aee2fb4935305..3aed92f81b0911ec9a34d096e10f4fee65167345 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
   <tr align="center" bgcolor="#e4e4e4">
     <td>
       <h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
-      <p>Last Updated: March 3, 2009</p>
+      <p>Last Updated: March 7, 2009</p>
     </td>
   </tr>
 </table>
@@ -1367,6 +1367,7 @@ nuttx-0.4.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
 	* eZ80Acclaim!: Fixed logic error in UART interrupt handler.
 	* Many fixes in FAT file system and in NSH for correct compilation with ZDS-II
 	* eZ80Acclaim!: Added and verified a NuttShell (NSH) configuration.
+	* eZ80Acclaim!: Correct endian-ness; defconfig files said BIG endian.
 
 pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;