OLD | NEW |
---|---|
1 2011-08-31: Version 3.5.10 | |
2 | |
3 Added dependency of v8_base on WinSocket2 Windows library in | |
4 the GYP-build. | |
5 | |
6 Introduced temporal dead zone behaviour for let bindings. | |
Jakob Kummerow
2011/08/31 07:58:15
for consistency: American spelling please (s/iour/
Kevin Millikin (Chromium)
2011/08/31 08:03:56
I'd not even mention this. It's experimental and
| |
7 | |
8 Various bugfixes. | |
9 | |
10 | |
1 2011-08-29: Version 3.5.9 | 11 2011-08-29: Version 3.5.9 |
2 | 12 |
3 Made FromPropertyDescriptor not trigger inherited setters. | 13 Made FromPropertyDescriptor not trigger inherited setters. |
4 | 14 |
5 Fixed .gyp files to work on the ARM simulator. | 15 Fixed .gyp files to work on the ARM simulator. |
6 | 16 |
7 Fixed shared library build warnings for MSVS. | 17 Fixed shared library build warnings for MSVS. |
8 | 18 |
9 | 19 |
10 2011-08-24: Version 3.5.8 | 20 2011-08-24: Version 3.5.8 |
(...skipping 3198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3209 setting break points in them. | 3219 setting break points in them. |
3210 | 3220 |
3211 | 3221 |
3212 2008-07-03: Version 0.1.0 | 3222 2008-07-03: Version 0.1.0 |
3213 | 3223 |
3214 Initial export. | 3224 Initial export. |
3215 | 3225 |
3216 # Local Variables: | 3226 # Local Variables: |
3217 # mode:text | 3227 # mode:text |
3218 # End: | 3228 # End: |
OLD | NEW |