Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-08-31 13:07:30 -07:00
parent 0231d798e4
commit 0c639f3cad
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ IMPROVEMENTS:
BUG FIXES:
* core: Concurrent map access is completely gone, fixing rare issues
with runtime memory corruption. [GH-307]
* core: Fix possible panic when ctrl-C during provisioner run.
* provisioners/salt-masterless: Use filepath join to properly join paths.