OLD | NEW |
| 1 2014-01-21: Version 3.24.20 |
| 2 |
| 3 ES6: Implement Object.setPrototypeOf (issue 2675). |
| 4 |
| 5 Performance and stability improvements on all platforms. |
| 6 |
| 7 |
1 2014-01-20: Version 3.24.19 | 8 2014-01-20: Version 3.24.19 |
2 | 9 |
3 Introduce a setting to control the toolset for which d8 is compiled | 10 Introduce a setting to control the toolset for which d8 is compiled |
4 (issue 1775). | 11 (issue 1775). |
5 | 12 |
6 Performance and stability improvements on all platforms. | 13 Performance and stability improvements on all platforms. |
7 | 14 |
8 | 15 |
9 2014-01-17: Version 3.24.18 | 16 2014-01-17: Version 3.24.18 |
10 | 17 |
(...skipping 6518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6529 setting break points in them. | 6536 setting break points in them. |
6530 | 6537 |
6531 | 6538 |
6532 2008-07-03: Version 0.1.0 | 6539 2008-07-03: Version 0.1.0 |
6533 | 6540 |
6534 Initial export. | 6541 Initial export. |
6535 | 6542 |
6536 # Local Variables: | 6543 # Local Variables: |
6537 # mode:text | 6544 # mode:text |
6538 # End: | 6545 # End: |
OLD | NEW |