summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4ad91cf..3a3eb879 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-17 Kaz Kylheku <kaz@kylheku.com>
+
+ * rand.c (struct rand_state): Change cur member to unsigned.
+ This generates better code for rand32.
+
2014-12-16 Kaz Kylheku <kaz@kylheku.com>
* rand.c (rstate): New inline function.