OLD | NEW |
| 1 2013-05-14: Version 3.19.1 |
| 2 |
| 3 Fixed missing hole check for loads from Smi arrays when all uses are |
| 4 changes (Chromium issue 233737) |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2013-05-10: Version 3.19.0 | 9 2013-05-10: Version 3.19.0 |
2 | 10 |
3 Deprecated Context::New which returns Persistent. | 11 Deprecated Context::New which returns Persistent. |
4 | 12 |
5 Added Persistent<T>::Reset which disposes the handle and redirects it to | 13 Added Persistent<T>::Reset which disposes the handle and redirects it to |
6 point to another object. | 14 point to another object. |
7 | 15 |
8 Deprecated WriteAscii and MayContainNonAscii. | 16 Deprecated WriteAscii and MayContainNonAscii. |
9 | 17 |
10 Exposed AssertNoAllocation to API. | 18 Exposed AssertNoAllocation to API. |
(...skipping 5345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5356 setting break points in them. | 5364 setting break points in them. |
5357 | 5365 |
5358 | 5366 |
5359 2008-07-03: Version 0.1.0 | 5367 2008-07-03: Version 0.1.0 |
5360 | 5368 |
5361 Initial export. | 5369 Initial export. |
5362 | 5370 |
5363 # Local Variables: | 5371 # Local Variables: |
5364 # mode:text | 5372 # mode:text |
5365 # End: | 5373 # End: |
OLD | NEW |