diff --git a/docs/changelog.md b/docs/changelog.md index 4124aad8..7e76782f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,10 +1,15 @@ # Changelog -## 0.1.3 (In Progress) +## 0.1.4 (In progress) + + +## 0.1.3 (June 25, 2015) * NEW: `--repos ` option added to `dusty restart` CLI command. This will restart active containers which use the specified repos. Using this option is mutually exclusive with specifying containers to restart. * NEW: `dusty disk backup ` CLI command added. This will save the contents of your VM's `/persist` directory. * NEW: `dusty disk restore ` CLI command added. This will write to your VM's `/persist` from ``. + * FIXED: `dusty test [options] ` is now functioning. Previously options supplied to the command to be tested were being incorrectly applied to `dusty test`. + * Added support for boot2docker 1.7+, which uses 64-bit Tiny Core Linux