Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index df787169e3d7b79d959296973832998e3fee2625..6ee826a78a6c210679c37ebffb0c04e25054947f 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,19 @@ |
+2011-06-08: Version 3.4.3 |
+ |
+ Clear the global thread table when an isolate is disposed |
+ (issue 1433). |
+ |
+ Converted time zone name to UTF8 on Windows (issue 1290). |
+ |
+ Limited the number of arguments in a function call to 32766 |
+ (issue 1413). |
+ |
+ Compress sources of JS libraries in addition to the snapshot. |
+ |
+ Fixed a bug in Lithium environment iteration. |
+ |
+ Performance improvements on all platforms. |
+ |
Kasper Lund
2011/06/08 09:05:25
We usually have two newlines between ChangeLog ent
|
2011-06-06: Version 3.4.2 |
More work on ES-Harmony proxies. Still hidden behind a flag. |