aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..9996cda
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,15 @@
+CHANGELOG
+=========
+
+v0.1.0 (2018-03-21):
+ Additions:
+
+ * New `clear` subcommand drops all saved branches.
+ * The `drop` subcommand now accepts multiple arguments, enabling deletion of
+ several saved branches at once.
+ * New TAP test suite with tests for the `drop` and `clear` subcommands.
+
+v0.0.1 (2018-02-21):
+ Initial release.
+
+ vim:tw=80: