From abb0e2284d288ad0f3a53e15bd70f3c3a41ae579 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 24 Jun 2014 00:23:28 +0100 Subject: [PATCH] Added changelog. --- changelog.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 changelog.markdown diff --git a/changelog.markdown b/changelog.markdown new file mode 100644 index 0000000..7853e6f --- /dev/null +++ b/changelog.markdown @@ -0,0 +1,15 @@ +# Babel changelog + +## 0.4.0 - 24/06/2014 + +* Introduced the ability to delete packages. +* When installing packages, a list of files which have been copied is stored + in the babelmeta.json file. +* When overwriting an already installed package babel will no longer delete + the whole directory but only the files which it installed. +* Versions are now specified on the command line after the '@' character when + installing and uninstalling packages. For example: ``babel install foobar@0.1`` + and ``babel install foobar@#head``. +* The babel package installation directory can now be changed in the new + config. +* Fixes a number of issues.