Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-04-24 19:16:07 -07:00
parent ffdb276d4c
commit 3babefe2d5
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ IMPROVEMENTS:
BUG FIXES:
- provisioners/salt: Always copy keys and configs on provision. [GH-3536]
- synced\_folders/nfs: Acquires a process-level lock so exports don't
collide with Vagrant running in parallel.
- synced\_folders/rsync: Add UserKnownHostsFile option to not complain. [GH-3511]