From d68ac2e7e8035f35b35dca996dcc40e1e4c27f1a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 28 Jul 2010 20:34:29 -0700 Subject: [PATCH] Added changelog to better track important changes I make. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..ff4f5d3fb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +## 0.5.1 (unreleased) + + - Added `vagrant box repackage` which repackages boxes which have + been added. This is useful in case you want to redistribute a base + box you have but may have lost the actual "box" file. + +## Previous + +The changelog began with version 0.5.1 so any changes prior to that +can be seen by checking the tagged releases and reading git commit +messages. +