Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 68f19abf8354b720c7da397bcb0d8ae669a60c6d..6d188b89d170ccc5177c009fd1c241b359079ca6 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,18 @@ |
+2011-08-17: Version 3.5.6 |
+ |
+ Fixed issue that could cause crashes when running with --heap-stats. |
+ |
+ Fixed compilation on Linux 2.6.9 and older. |
+ |
+ Fixed live-object-list to work with isolates. |
+ |
+ Fixed memory leaks in zones and isolates. |
+ |
+ Fixed a performance regression for TypedArrays on x64. |
+ |
+ Stability improvements on all platforms. |
+ |
+ |
2011-08-15: Version 3.5.5 |
Fixed bugs involving negative zero and the optimizing compiler. |