From aa0579a24d4e18a92577c5b70d25649de1bbe9f0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 27 Aug 2010 00:08:00 -0700 Subject: [PATCH] Update CHANGELOG for latest work though its still not complete --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ea78054..ce70a3e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## 0.6.0 (unreleased) + - Every [expected] Vagrant error now exits with a clean error message + and a unique exit status, and raises a unique exception (if you're + scripting Vagrant). + - Added I18n gem dependency for pulling strings into clean YML files. + Vagrant is now localizable as a side effect! Translations welcome. - Fixed issue with "Waiting for cleanup" message appearing twice in some cases. [GH-145] - Converted CLI to use Thor. As a tradeoff, there are some backwards