summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c4aeaf..e05d90a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,7 +18,9 @@
* generic/tclExecute.c: Merge INST_MOD computation in with the
INST_?SHIFT instructions, which also operate only on two integral
values. Also corrected flaw that made INST_BITNOT of wide values
- require mp_int calculations.
+ require mp_int calculations. Also corrected type that missed
+ optimized handling of the tclBooleanType by the TclGetBooleanFromObj
+ macro.
*** 8.5a4 TAGGED FOR RELEASE ***