Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index cb30564331143460753122e81bfe8097db1122e7..b617069a9f30e016ec5674ca39f99c2a5d26035f 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,14 @@ |
+2012-12-07: Version 3.15.10 |
+ |
+ Enabled optimisation of functions inside eval. (issue 2315) |
+ |
+ Fixed spec violations in methods of Number.prototype. (issue 2443) |
+ |
+ Added GCTracer metrics for a scavenger GC for DOM wrappers |
Jakob Kummerow
2012/12/07 12:35:34
nit: trailing full stop.
Or just drop this entry c
|
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-12-06: Version 3.15.9 |
Fixed candidate eviction in code flusher. |