Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index c2c1d3519c1a1443ef182de40c1128a290cedc35..321ba00560bb744b92bf304222111ef91e2ae83d 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,13 @@ |
+2010-06-07: Version 2.2.15 |
+ |
+ Add an API to control the disposal of external string resources. |
+ |
+ Add missing initialization of a couple of variables which makes |
+ some compilers complaint when compiling with -Werror. |
+ |
+ Improve performance on all platforms. |
+ |
+ |
2010-06-02: Version 2.2.14 |
Fixed a crash in code generated for String.charCodeAt. |