Update ChangeLog for fix to crypt_and_hash #441
diff --git a/ChangeLog b/ChangeLog
index c72ce28..8adcc1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@
      may need time but not the standard C library abstraction, and added
      configuration consistency checks to check_config.h
    * Fix dependency issue in Makefile to allow parallel builds.
+   * Fix incorrect handling of block lengths in crypt_and_hash sample program,
+     when GCM is used. #441
 
 Changes
    * Extended test coverage of special cases, and added new timing test suite.