CHANGELOG update

This commit is contained in:
Alex Dadgar
2015-12-10 16:17:16 -08:00
parent 52320c39d5
commit 1720c62585

View File

@@ -1,5 +1,9 @@
## 0.3.0
IMPROVEMENTS:
* Server join/retry-join command line and config options [GH-527]
* Enable raw_exec driver in dev mode [GH-558]
BUG FIXES:
* Shutdown a task now sends the interrupt signal first to the process before
forcefully killing it. [GH-543]