OLD | NEW |
| 1 2013-11-08: Version 3.23.1 |
| 2 |
| 3 Made HCapturedObjects non-deletable for DCE. (issue 2987) |
| 4 |
| 5 Use a fixed random seed per default. (issue 1880, 2885) |
| 6 |
| 7 Fixed y-umlaut to uppercase. (issue 2984) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2013-11-06: Version 3.23.0 | 12 2013-11-06: Version 3.23.0 |
2 | 13 |
3 Fixed loading message from an Error object. (Chromium issue 306220) | 14 Fixed loading message from an Error object. (Chromium issue 306220) |
4 | 15 |
5 Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941) | 16 Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941) |
6 | 17 |
7 Made snapshots reproducible. (issue 2885) | 18 Made snapshots reproducible. (issue 2885) |
8 | 19 |
9 Added missing negative dictionary lookup to NonexistentHandlerFrontend. | 20 Added missing negative dictionary lookup to NonexistentHandlerFrontend. |
10 (issue 2980) | 21 (issue 2980) |
(...skipping 6174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6185 setting break points in them. | 6196 setting break points in them. |
6186 | 6197 |
6187 | 6198 |
6188 2008-07-03: Version 0.1.0 | 6199 2008-07-03: Version 0.1.0 |
6189 | 6200 |
6190 Initial export. | 6201 Initial export. |
6191 | 6202 |
6192 # Local Variables: | 6203 # Local Variables: |
6193 # mode:text | 6204 # mode:text |
6194 # End: | 6205 # End: |
OLD | NEW |