Last bug fix is actually an improvement

This commit is contained in:
Mitchell Hashimoto 2014-04-11 14:57:50 -07:00
parent b529f93181
commit 32fe18381f
1 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,8 @@ IMPROVEMENTS:
- core: 1.5 upgrade code gives users a chance to quit. [GH-3212]
- commands/rsync-auto: An initial sync is done before watching folders. [GH-3327]
- commands/rsync-auto: Exit immediately if there are no paths to watch.
[GH-3446]
BUG FIXES:
@ -18,8 +20,6 @@ BUG FIXES:
- commands/package: Nice error if includes contain symlinks. [GH-3200]
- commands/rsync-auto: Don't crash if the machine can't be communicated
to. [GH-3419]
- commands/rsync-auto: Exit immediately if there are no paths to watch.
[GH-3446]
- communicators/ssh: Only show connection warnings after three connection
attempt failures. [GH-3442]
- guests/coreos: Docker provisioner works. [GH-3425]