Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index f64809dd699adf809ccfe98f12cd9a00b7932847..385cc4c69eba5ea56d7d9b9b9da251cd3b5f182d 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,20 @@ |
+2012-05-31: Version 3.11.8 |
+ |
+ Avoid overdeep recursion in regexp where a guarded expression with a |
+ minimum repetition count is inside another quantifier. |
+ (Chromium issue 129926) |
+ |
+ Fix missing write barrier in store field stub. |
Jakob Kummerow
2012/05/31 13:18:43
nit: past tense please. More below.
|
+ (issues 2143, 1465, Chromium issue 129355) |
+ |
+ Proxies: Fix receiver for setters inherited from proxies. |
+ Proxies: Fix ToStringArray function so that it does not reject some |
+ keys. |
+ (issue 1543) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-05-29: Version 3.11.7 |
Get better function names in stack traces. |