Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 27ff5d973f406317b2b232067cbe2f36f29954ab..8084cc556055d56eb2fdef5f298929dcdf36631f 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,14 @@ |
+2013-09-13: Version 3.21.15 |
+ |
+ Non-JSObject heap objects are now handled using slow-path IC stub |
+ guarded by the map. |
+ (Chromium issue 280632) |
+ |
+ i18n Javascript code added to the snapshot. |
+ (V8 issue 2745) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
2013-09-12: Version 3.21.14 |
Added access check for observed objects. |