Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 97174a83a4fbaa127d6bd78e8f0eed8989c34bce..34e0cb1ef50f838063773310201605f470e9dafc 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,12 @@ |
+2012-02-07: Version 3.9.3 |
+ |
+ When rethrowing an exception, print the stack trace of its original |
+ site instead of rethrow site (Chromium issue 60240). |
+ |
+ Increased size of small stacks from 32k to 64k to avoid hitting limits |
+ in Chromium (Chromium issue 112843). |
+ |
+ |
2012-02-06: Version 3.9.2 |
Add timestamp to --trace-gc output. (issue 1932) |