Support comments in hostfile, skip empty lines.

This commit is contained in:
Darko Poljak 2016-08-19 13:37:57 +02:00
commit 7aa4b2d40a
2 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,7 @@
Changelog
---------
next:
* Core: Improve hostfile: support comments, skip empty lines (Darko Poljak)
* Documentation: Add Parallelization chapter (Darko Poljak)
* Core: Add -b, --enable-beta option for enabling beta functionalities (Darko Poljak)
* Core: Add -j, --jobs option for parallel execution and add parallel support for global explorers (currently in beta) (Darko Poljak)