Initial changelog

This commit is contained in:
Fernando Paredes 2013-09-29 17:40:08 -07:00
parent caa1fb1ba2
commit 8e3e0db124
1 changed files with 32 additions and 0 deletions

32
CHANGELOG.md Normal file
View File

@ -0,0 +1,32 @@
# CHANGELOG
## 0.17.1
- Fix type on path
## 0.17.0
- `def2ec4` fix download to track with upstream api change
- `ec18210` Remove .DS_Store files when uninstalling packages
- `a9cd8e7` fix a few bugs around recent changes
- `711e44b` reverse default for SystemCommand's print option
- `49e29bc` require tmpdir to fix container error
- `70ba5c4` pkg uninstall: support kernel extension unloading
- `357c491` when uninstalling pkgs; sudo chmod before examining
- `21f1cc6` naked pkg - save files with spaces properly
- `3c9423e` naked pkg support + major container refactor
## 0.16.2
- Fix variable in Formula
## 0.16.1
- homebrew made some changes (see #1015) that broke our integration; this bugfix release brings us back into parity with the mothership.
Thanks @billwanjohi for his work to fix this in #1017.
## 0.16.0
- Add ability to install a cask directly from a URL:
`brew cask install http://example.com/casks/my-personal-app.rb`
- Fix overzealous cask create name matching
## 0.15.0
- Add `.pkg` install/uninstall support