Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-10-01 11:48:58 -07:00
parent d052069eb7
commit 91605db1c1
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ FEATURES:
- provisioners/shell: Specify the `binary` option as true and Vagrant won't
automatically replace Windows line endings with Unix ones. [GH-2235]
IMPROVEMENTS:
- guests/suse: Support installing CFEngine. [GH-2273]
BUG FIXES:
- core: Don't output `\e[0K` anymore on Windows. [GH-2246]