OLD | NEW |
| 1 2013-11-13: Version 3.23.3 |
| 2 |
| 3 Fixed compilation with GCC 4.8. |
| 4 (issue 2767, 2149) |
| 5 |
| 6 Added explicit Isolate parameter to External::New. |
| 7 (Chromium issue 266838) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2013-11-12: Version 3.23.2 | 12 2013-11-12: Version 3.23.2 |
2 | 13 |
3 Fixed --extra-code flag for snapshot creation. | 14 Fixed --extra-code flag for snapshot creation. |
4 (issue 2994) | 15 (issue 2994) |
5 | 16 |
6 Fixed error message wording when instanceof throws. | 17 Fixed error message wording when instanceof throws. |
7 (Chromium issue 82797, issue 1593) | 18 (Chromium issue 82797, issue 1593) |
8 | 19 |
9 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
10 | 21 |
(...skipping 6196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6207 setting break points in them. | 6218 setting break points in them. |
6208 | 6219 |
6209 | 6220 |
6210 2008-07-03: Version 0.1.0 | 6221 2008-07-03: Version 0.1.0 |
6211 | 6222 |
6212 Initial export. | 6223 Initial export. |
6213 | 6224 |
6214 # Local Variables: | 6225 # Local Variables: |
6215 # mode:text | 6226 # mode:text |
6216 # End: | 6227 # End: |
OLD | NEW |