0.7.0
- Introduced online documentation https://mull.readthedocs.io/en/latest/
- Stable and nightly builds are now hosted on Bintray #676
- Ubuntu packages now can be installed/updated via
apt-get
https://mull.readthedocs.io/en/latest/Installation.html#install-on-ubuntu - Also, packages are now smaller #690
- Mull can read compilation flags from the bitcode file (
-grecord-command-line
compiler option) #663 - Improve JUnit report integration #660
- Added options to control capture of the stderr/stdout from test runs #674
- Fixed a bug with junk detection not reading compilation database correctly #679
- Revamped the logging mechanism #655
- Show warning when there is no debug information #654
- Logger has a debug option #669
- Strict mode added: treat warnings as fatal errors #673
- Work on the "white list" AST search has started #677
- All the changes