- Corrected is_prime() results for 0, 1 and 2 (found by code coverage tests)

diff --git a/ChangeLog b/ChangeLog
index 5dc686e..b72b055 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
      value in mpi_mod_mpi() and mpi_mod_int(). Resulting

 	 change also affects mpi_write_string() (found by code

 	 coverage tests).

+   * Corrected is_prime() results for 0, 1 and 2 (found by

+     code coverage tests).

 

 = Version 0.11.1 released on 2009-05-17

    * Fixed missing functionality for SHA-224, SHA-256, SHA384,