summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa7e46f..1ab2e4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
* Fixed AES.c compilation problems with Borland C.
(Contributed by Jeethu Rao.)
+ * Fix ZeroDivisionErrors on Windows, caused by the system clock
+ not having enough resolution.
+
* Fix 2.1/2.2-incompatible use of (key not in dict),
pointed out by Ian Bicking.