Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index f5d43b8c109d2b66c98e672f7718b1634e972792..9dd48c98ce5ba519ed3fea8dd9fbf684327d523d 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,16 @@ |
+2014-01-08: Version 3.24.12 |
+ |
+ Correctly handle instances without elements in polymorphic keyed |
+ load/store (Chromium issue 331416). |
+ |
+ Fix selection of popular pages in store buffer (Chromium issue 331444). |
+ |
+ Prepare removal of ObjectTemplate::New without Isolate parameter |
+ (Chromium issue 324225). |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2014-01-07: Version 3.24.11 |
Remove generated makefiles on linux when running gyp_v8 |