diff --git a/ChangeLog b/ChangeLog
index 1584f9fc67634b29c392b8bcfdbfc07322f4007e..4d2f383e305385b5b62dd056fc280d62351d2cad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 	(aes_encrypt): Similarly for the second column.
 	(aes_encrypt): Similarly for the third and fourth column.
 
+	(aes_encrypt): Deleted xchgl instruction in final round, by
+	reordering the second and fourth round.
+
 	* x86/machine.m4 (AES_LAST_ROUND): New macro.
 
 	* x86/aes-encrypt.asm (aes_encrypt): Move code here...