| OLD | NEW |
| 1 2013-05-10: Version 3.19.0 |
| 2 |
| 3 Deprecated Context::New which returns Persistent. |
| 4 |
| 5 Added Persistent<T>::Reset which disposes the handle and redirects it to |
| 6 point to another object. |
| 7 |
| 8 Deprecated WriteAscii and MayContainNonAscii. |
| 9 |
| 10 Exposed AssertNoAllocation to API. |
| 11 |
| 12 Performance and stability improvements on all platforms. |
| 13 |
| 14 |
| 1 2013-04-30: Version 3.18.5 | 15 2013-04-30: Version 3.18.5 |
| 2 | 16 |
| 3 Allowed setting debugger breakpoints on CompareNilICs (issue 2660) | 17 Allowed setting debugger breakpoints on CompareNilICs (issue 2660) |
| 4 | 18 |
| 5 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode | 19 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode |
| 6 (Chromium issue 235311) | 20 (Chromium issue 235311) |
| 7 | 21 |
| 8 Change 'Parse error' to three more informative messages. | 22 Change 'Parse error' to three more informative messages. |
| 9 (Chromium issue 2636) | 23 (Chromium issue 2636) |
| 10 | 24 |
| (...skipping 5331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5342 setting break points in them. | 5356 setting break points in them. |
| 5343 | 5357 |
| 5344 | 5358 |
| 5345 2008-07-03: Version 0.1.0 | 5359 2008-07-03: Version 0.1.0 |
| 5346 | 5360 |
| 5347 Initial export. | 5361 Initial export. |
| 5348 | 5362 |
| 5349 # Local Variables: | 5363 # Local Variables: |
| 5350 # mode:text | 5364 # mode:text |
| 5351 # End: | 5365 # End: |
| OLD | NEW |