Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2011-12-17 19:56:14 -08:00
parent 9bdff4c507
commit 9b79582f95
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
logging is silent.
- `system` renamed to `guest` throughout the source. Any `config.vm.system`
configurations must be changed to `config.vm.guest`
- Removed Thor as a dependency for the command line interfaces. This resulted
in general speed increases across all command line commands.
- Linux uses `shutdown -h` instead of `halt` to hopefully more consistently
power off the system. [GH-575]
- Tweaks to SSH to hopefully be more reliable in coming up.