summaryrefslogtreecommitdiff
path: root/deps/v8/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-07-21 12:31:43 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-07-21 12:31:46 -0700
commite4eeaa7fbcce054e372633cd3724c530e26e5a54 (patch)
tree35704f53ac8f13b6237b8c22f1150254f32454de /deps/v8/ChangeLog
parent07ab34cd582cf0bf75794c6b064cf70a44c8df6b (diff)
downloadnode-new-e4eeaa7fbcce054e372633cd3724c530e26e5a54.tar.gz
Upgrade V8 to 2.3.2
Diffstat (limited to 'deps/v8/ChangeLog')
-rw-r--r--deps/v8/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog
index 39bd3e1b2d..0e40b0045c 100644
--- a/deps/v8/ChangeLog
+++ b/deps/v8/ChangeLog
@@ -1,3 +1,21 @@
+2010-07-21: Version 2.3.2
+
+ Fixed compiler warnings when building with LLVM.
+
+ Fixed a bug with for-in applied to strings (issue 785).
+
+ Performance improvements on all platforms.
+
+2010-07-19: Version 2.3.1
+
+ Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
+
+ Fixed bug related to code flushing while compiling a lazy
+ compilable function (issue http://crbug.com/49099).
+
+ Performance improvements on all platforms.
+
+
2010-07-15: Version 2.3.0
Added ES5 Object.seal and Object.isSealed.