Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index c19315415c1a8122ae94a7bc1be23aa7b2b67358..2b5e84019f241f4f8c6c0c46807edef1380b03d8 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,28 @@ |
+2012-10-22: Version 3.14.5 |
+ |
+ Kill off the SCons based build. |
Jakob Kummerow
2012/10/22 12:42:12
nit: past tense please
rossberg
2012/10/22 13:04:22
Done.
|
+ |
+ Add a faster API for creating v8::Integer objects. |
Jakob Kummerow
2012/10/22 12:42:12
nit: past tense please
rossberg
2012/10/22 13:04:22
Done.
|
+ |
+ Speed up function deoptimization by avoiding quadratic pass over |
Jakob Kummerow
2012/10/22 12:42:12
nit: past tense please
rossberg
2012/10/22 13:04:22
Done.
|
+ optimized function list. (Chromium issue 155270) |
+ |
+ Always invoke the default Array.sort functions from builtin functions. |
+ (issue 2372) |
+ |
+ Fixed json regression. (issue 2374) |
Jakob Kummerow
2012/10/22 12:42:12
This regression was only introduced after the last
rossberg
2012/10/22 13:04:22
Done.
|
+ |
+ Fixed error introduced in r12761. (issue 2373) |
Jakob Kummerow
2012/10/22 12:42:12
Same here -- r12761 is younger than 3.14.4, no nee
rossberg
2012/10/22 13:04:22
Done.
|
+ |
+ Revert recent CPU profiler changes because they broke --prof. |
Jakob Kummerow
2012/10/22 12:42:12
nit: past tense please
rossberg
2012/10/22 13:04:22
Done.
|
+ (issue 2364) |
+ |
+ Switch code flushing to use different JSFunction field. |
Jakob Kummerow
2012/10/22 12:42:12
nit: past tense please
rossberg
2012/10/22 13:04:22
Done.
|
+ (issue 1609) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-10-15: Version 3.14.4 |
Allow evals for debugger even if they are prohibited in the debugee |