@@ -37,8 +37,8 @@ Bugfixes:
3737
3838Bugfixes:
3939* Fix #185 - ` Commandline argument -t "js" in bot.py is not recognized. But it is mentioned in the readme.md. `
40- * Disable tests involving compile_shell on Python 2.7 mode unless Python 3.5+ is installed due to a mozilla-central requirement.
41- * This temporarily lowers code coverage numbers reported to Codecov via Travis, until Python 3.5+ support is finished.
40+ * Disable tests involving compile_shell on Python 2.7 mode unless Python 3.5+ is installed due to a mozilla-central requirement
41+ * This temporarily lowers code coverage numbers reported to Codecov via Travis, until Python 3.5+ support is finished
4242* Integrated the isort Python checker into flake8 linting process
4343* More automation / documentation / linting fixes
4444
@@ -95,13 +95,13 @@ Notes:
9595Features:
9696* Basic pytest infrastructure added! - largely tests ` compile_shell ` for now
9797* Add ` codecov.io ` support - Now with code coverage!
98- * ` evalInCooperativeThread ` and ` oomTest ` are now ignored when running differential testing.
98+ * ` evalInCooperativeThread ` and ` oomTest ` are now ignored when running differential testing
9999
100100Bugfixes:
101101* Ripped out the ` version ` function from being used in jsfunfuzz
102102* Obsolete code removal, e.g. some flag combinations in shell_flags
103103* Tweaked the algorithm for the number of CPU cores used for compilation
104- * Miscellaneous fixes for Python stuff, linters, CI etc.
104+ * Miscellaneous fixes for Python stuff, linters, CI etc
105105
106106Notes:
107107* Minimum Mac support is now 10.11.x (El Capitan)
0 commit comments