|
1 | | -##0.3.0 (201X-XX-XX) |
| 1 | +##0.3.0 (2017-12-21) |
2 | 2 |
|
3 | 3 | Features: |
4 | | - |
5 | | -* TBD |
| 4 | +* Basic pytest infrastructure added! - largely tests`compile_shell` for now |
| 5 | +* Add`codecov.io` support - Now with code coverage! |
| 6 | +*`evalInCooperativeThread` and`oomTest` are now ignored when running differential testing. |
6 | 7 |
|
7 | 8 | Bugfixes: |
8 | | - |
9 | | -* TBD |
| 9 | +* Ripped out the`version` function from being used in jsfunfuzz |
| 10 | +* Obsolete code removal, e.g. some flag combinations in shell_flags |
| 11 | +* Tweaked the algorithm for the number of CPU cores used for compilation |
| 12 | +* Miscellaneous fixes for Python stuff, linters, CI etc. |
| 13 | + |
| 14 | +Notes: |
| 15 | +* Minimum Mac support is now 10.11.x (El Capitan) |
| 16 | +* Windows is still on the 0.1.x legacy branch |
10 | 17 |
|
11 | 18 | ##0.2.1 (2017-10-20) |
12 | 19 |
|
|