Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index c5c6f365021f64683c276a23232e14d976540955..2922fc3e2dae8667636b0c29cf36bfc6477aea85 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,17 @@ |
+2013-08-30: Version 3.21.7 |
+ |
+ Fixed casts of eternal handles. |
+ |
+ Turned on global handle zapping. |
+ |
+ Always visit branches during HGraph building (Chromium issue 280333). |
+ |
+ Profiler changes: removed deprecated API, support higher sampling |
+ rate on Windows. |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-08-29: Version 3.21.6 |
Fixed inlined 'throw' statements interfering with live range |