Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index fb0817dc96cc3c2cea48641066f2dffc8dc7360b..020cd3b9ac2cd8d2c9f1d8a36a588a8a1d5d2456 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,19 @@ |
+2013-12-18: Version 3.24.4 |
+ |
+ Enabled optimization of functions with generic switches. |
Jakob Kummerow
2013/12/18 16:17:59
summed up nicely by "Performance and stability imp
Hannes Payer (out of office)
2013/12/18 16:20:01
Done.
|
+ |
+ Removed the last remnants of the TranscendentalCache. |
Jakob Kummerow
2013/12/18 16:17:59
drop this, nobody cares
Hannes Payer (out of office)
2013/12/18 16:20:01
Done.
|
+ |
+ Removed internal uses of (almost) deprecated FunctionTemplate::New |
Jakob Kummerow
2013/12/18 16:17:59
drop this, nobody cares
Hannes Payer (out of office)
2013/12/18 16:20:01
Done.
|
+ version. |
+ |
+ Deleted several deprecated methods on v8::CpuProfiler |
Jakob Kummerow
2013/12/18 16:17:59
drop this, subsumed in "Removed all stuff marked a
Hannes Payer (out of office)
2013/12/18 16:20:01
Done.
|
+ |
+ Removed all stuff marked as V8_DEPRECATED. |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-12-17: Version 3.24.3 |
Performance and stability improvements on all platforms. |