Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 89b875f379c267ca1f927f31491bddbc587784a5..5d81c7a4cf871368b891668e2c7805f901cc9b58 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,20 @@ |
+2013-08-23: Version 3.21.3 |
+ |
+ Temporarily disabled optimization for StringWrappers to use native |
+ valueOf. (issue 2855) |
+ |
+ Fixed crash on function declarations in eval inside non-trivial local |
+ scope. (issue 2594) |
+ |
+ Rewrote SamplingCircularQueue. (issue 2814) |
+ |
+ Fixed hidden properties on object with frozen prototype. (issue 2829) |
+ |
+ Fix deoptimization bug. (Chromium issue 274164) |
+ |
+ Stability improvements on all platforms. |
+ |
+ |
2013-08-22: Version 3.21.2 |
Stability improvements on all platforms. |