Index: ChangeLog |
=================================================================== |
--- ChangeLog (revision 8749) |
+++ ChangeLog (working copy) |
@@ -1,3 +1,16 @@ |
+2011-07-28: Version 3.5.1 |
+ |
+ Fixed setting the readonly flag on the prototype property using the |
danno
2011/07/28 07:14:07
nit: two spaces
|
+ API call FunctionTemplate::SetPrototypeAttributes (issue 1539). |
+ |
+ Changed the tools/test.py script to use d8 instead of shell for |
+ testing. |
+ |
+ Fixed crash in ToBooleanStub when GC happens during invocation. |
+ |
+ Performance improvements on all platforms. |
danno
2011/07/28 07:14:07
You might want to add that we enabled automatic un
|
+ |
+ |
2011-07-25: Version 3.5.0 |
Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for |