Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 16d0e782348c41e8a59a474c6f4fb5c97977915f..82b7b871714667fc2f0248a924943240545deb88 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,17 @@ |
+2012-10-15: Version 3.14.4 |
+ |
+ Allow evals for debugger even if they are prohibited in the debugee |
+ context. (Chromium issue 154733) |
+ |
+ Ensure code flushing is disabled in incremental marking. (issue 1609) |
Jakob Kummerow
2012/10/15 11:46:12
nit: past tense please.
On a higher level, I don'
|
+ |
+ Move code flushing support into shared visitor. (issue 1609) |
Jakob Kummerow
2012/10/15 11:46:12
Same here. Past tense if you insist on keeping it,
|
+ |
+ Enable --verify-heap in release mode (issue 2120) |
Jakob Kummerow
2012/10/15 11:46:12
nit: past tense please
|
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-10-11: Version 3.14.3 |
Use native context to retrieve ErrorMessageForCodeGenerationFromStrings |