Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index f936c7a0d563056024d8a07f103779f32237036c..13e4abb6d637f4dae61744526f3d11d575e5a218 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,20 @@ |
+2011-07-06: Version 3.4.10 |
+ |
+ Fixed assert hit in runtime profiles when running on IA32 without |
+ snapshot(issue 1522). |
Søren Thygesen Gjesse
2011/07/06 09:31:52
Missing space before (.
Jakob Kummerow
2011/07/06 09:33:28
Done.
Sven Panne
2011/07/06 09:57:54
Slightly obscure grammar, perhaps "Fixed an assert
|
+ |
+ Fixed ABI for API calls on IA32 (for clang compatibility). |
+ |
+ Introduced code flushing of RegExp code to free memory used by |
+ RegExps sooner. |
+ |
+ Fixed linux-tick-processor built wrong version of v8 (issue 1532). |
+ |
+ Fixed assert hit in v8::TryCache::StackTrace (issue 1529). |
+ |
+ Performance improvements on all platforms. |
+ |
+ |
2011-07-04: Version 3.4.9 |
Added support for debugger inspection of locals in optimized frames |