commit dbc1d01c2921339bf863c0bbb74f656427b98ab0
parent ad3f0ec0591ab63d072e748872a4e3db20d9fe27
Author: lostd <lostd@2f30.org>
Date: Mon, 11 Nov 2013 11:15:45 +0000
Tidy up for 0.1.4 release
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,6 +1,11 @@
+## 0.1.4
+* Remove the discogs-wrapper gem dependency and directly call the
+ Discogs API with JSON output format.
* Most of the common release format abbreviations are in place.
* Always start numbering of track lists from 1 ("A" becomes "A1").
* Numbering in artist name can also appear before the article, strip it.
+
+## 0.1.3
* Release format string is now abbreviated for file naming.
* Add the fake command prefix to avoid writing to disk.
* Start to keep a change log.