Index: ChangeLog |
=================================================================== |
--- ChangeLog (revision 8730) |
+++ ChangeLog (working copy) |
@@ -1,3 +1,13 @@ |
+2011-07-25: Version 3.5.0 |
+ |
+ Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for |
+ proxies. |
+ |
+ Removed logging to memory support. |
+ |
+ Bugfixes and performance work. |
+ |
+ |
2011-07-20: Version 3.4.14 |
Fix the debugger for strict-mode functions. (Chromium issue 89236) |
@@ -2,3 +12,4 @@ |
- Add GetPropertyAttribute method for Object in the API. (Patch by Peter Varga) |
+ Add GetPropertyAttribute method for Object in the API. (Patch by |
+ Peter Varga) |