Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 4c8545988c44c1526e3336d1ceeb24d998664144..d3785d0d42dbb29deaccc1865caa036df2a3113c 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,14 @@ |
+2012-06-06: Version 3.11.9 |
+ |
+ Implement ES5-conformant semantics for inherited setters and read-only |
danno
2012/06/06 09:20:50
nit: past tense
|
+ properties. Currently behind --es5_readonly flag, because it breaks |
+ WebKit bindings. |
+ |
+ Expose last seen heap object id via v8 public api. |
danno
2012/06/06 09:20:50
Here too
|
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-05-31: Version 3.11.8 |
Avoid overdeep recursion in regexp where a guarded expression with a |