Skip to content

Commit

Permalink
Add changelog entry to prepare for 0.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nth10sd committed Dec 22, 2017
1 parent 9e53f3f commit d8ba967
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
## 0.3.0 (201X-XX-XX)
## 0.3.0 (2017-12-21)

Features:

* TBD
* Basic pytest infrastructure added! - largely tests `compile_shell` for now
* Add `codecov.io` support - Now with code coverage!
* `evalInCooperativeThread` and `oomTest` are now ignored when running differential testing.

Bugfixes:

* TBD
* Ripped out the `version` function from being used in jsfunfuzz
* Obsolete code removal, e.g. some flag combinations in shell_flags
* Tweaked the algorithm for the number of CPU cores used for compilation
* Miscellaneous fixes for Python stuff, linters, CI etc.

Notes:
* Minimum Mac support is now 10.11.x (El Capitan)
* Windows is still on the 0.1.x legacy branch

## 0.2.1 (2017-10-20)

Expand Down

0 comments on commit d8ba967

Please sign in to comment.