diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-08-04 11:46:42 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-08-04 11:46:42 -0700 |
commit | 81f5ed5c654c7b06e11563c36c79024265bcb7e7 (patch) | |
tree | b92c6a698c5eff10d378ee342c6121700b484b4d /deps/v8/ChangeLog | |
parent | 7db5c8a10da7d864dc82a10867044346d11d9666 (diff) | |
download | node-new-81f5ed5c654c7b06e11563c36c79024265bcb7e7.tar.gz |
Upgrade V8 to 2.3.5
Diffstat (limited to 'deps/v8/ChangeLog')
-rw-r--r-- | deps/v8/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog index 2e76b8a3f1..f7e015f6cd 100644 --- a/deps/v8/ChangeLog +++ b/deps/v8/ChangeLog @@ -1,3 +1,12 @@ +2010-08-04: Version 2.3.5 + + Added support for ES5 property names. Object initialisers and + dot-notation property access now allows keywords. Also allowed + non-identifiers after "get" or "set" in an object initialiser. + + Randomize the addresses of allocated executable memory on Windows. + + 2010-08-02: Version 2.3.4 Fixed problems in implementation of ES5 function.prototype.bind. |