aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-07-24 17:49:16 -0400
committerTeddy Wing2016-07-24 17:49:16 -0400
commit17e5b2b5aa1465c5c030c5f7c69f420c7b8721ac (patch)
tree8d6e7005cd4d0452bf30301a74bba13cb7ce5422
parent7e02cf216c6e0d1592a4f8ac1a3827a01a8b37ed (diff)
downloadqcd-17e5b2b5aa1465c5c030c5f7c69f420c7b8721ac.tar.bz2
Add CHANGELOGv0.1.1
Include notes for the previous two releases and the current release in progress.
-rw-r--r--CHANGELOG14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..ba0d868
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,14 @@
+CHANGELOG
+=========
+
+v0.1.1 (2016-07-24):
+ * Attenuate pollution of the command namespace from `qcd`'s helper functions
+ by prefixing them with `__qcd_`.
+
+v0.1.0 (2016-07-22):
+ * Initial public release. Shortcuts can be added, changed, and removed using
+ the command instead of having to manually edit the script.
+
+v0.0.1 (2016-07-02):
+ * Initial private version. Shortcuts are defined manually in a Bash `case`
+ statement.