Index: ChangeLog |
=================================================================== |
--- ChangeLog (revision 6964) |
+++ ChangeLog (working copy) |
@@ -1,3 +1,16 @@ |
+2011-02-28: Version 3.1.7 |
+ |
+ Fixed a number of crash bugs. |
+ |
+ Improved Crankshaft for x64 and ARM. |
+ |
+ Fix implementation of indexOf/lastIndexOf for sparse arrays (http://crbug.com/73940). |
Mads Ager (chromium)
2011/02/28 12:24:14
Fix -> Fixed
|
+ |
+ Fix bug in map space compaction (http://crbug.com/59688). |
Mads Ager (chromium)
2011/02/28 12:24:14
Fix -> Fixed
|
+ |
+ Support for direct getter accessors calls on ARM. |
Mads Ager (chromium)
2011/02/28 12:24:14
Support -> Added support
|
+ |
+ |
2011-02-24: Version 3.1.6 |
Fixed a number of crash bugs. |