CHANGELOG.markdown in boom-0.2.0 vs CHANGELOG.markdown in boom-0.2.1
- old
+ new
@@ -1,9 +1,18 @@
# boom changes
## head
-## 0.2.0
+## 0.2.1 (July 16, 2011)
+- boom displays colors thanks to [@dandorman](https://github.com/dandorman).
+- Windows support, brah. [@tombell](https://github.com/tombell).
+- boom accepts piped-in data (like `cat admins.txt | boom groups admins`).
+ Thanks [@brettbuddin](https://github.com/brettbuddin) and
+ [@antonlindstrom](https://github.com/antonlindstrom). Tag-team action.
+- `boom <newlist> <item> <value>` will actually create the list and item now.
+ [@jmazzi](https://github.com/jmazzi).
+
+## 0.2.0 (April 12, 2011)
- Add Keychain storage to store Boom data securely in OS X's Keychain.app.
Thanks, [@davidtrogers](https://github.com/davidtrogers)!
- Switch from yajl-ruby because [OS X isn't for
developers](http://zachholman.com/2011/03/osx-isnt-for-developers/). Thanks
for finishing it up, [@antonlindstrom](https://github.com/antonlindstrom).