CHANGELOG.markdown in boom-0.0.5 vs CHANGELOG.markdown in boom-0.0.6

- old
+ new

@@ -1,8 +1,15 @@ # boom changes ## head +## 0.0.6 +- Searching for an item that doesn't exist doesn't murder puppies anymore + (thanks [jimmycuadra](https://github.com/jimmycuadra)). +- Output is a bit cleaner with a constrained `name` column. +- Adds items from stdin (thanks + [MichaelXavier](https://github.com/MichaelXavier)). + ## 0.0.5 - Item deletes are now scoped by list rather than GLOBAL DESTRUCTION! (thanks [natebean](https://github.com/natebean)). - Command line options, like `boop --help` are translated into `boom help`. In the future we play around with options a bit more.