CHANGELOG.md in cocoapods-try-0.1.0 vs CHANGELOG.md in cocoapods-try-0.2.0

- old
+ new

@@ -1,3 +1,32 @@ # Cocoapods::Try Changelog -## Master +## 0.2.0 + +### Enhancements + +* Added support for the specification of an URL instead of the name of a Pod. + [David Grandinetti](https://github.com/dbgrandi) + [Fabio Pelosin](https://github.com/irrationalfab) + +## 0.1.2 + +### Enhancements + +* Prefer workspaces over projects. + [Kyle Fuller](https://github.com/kylef) + +* Open workspaces if available. + [Kyle Fuller](https://github.com/kylef) + +### Fixes + +* Don't consider workspaces in bundles. + [Eloy DurĂ¡n](https://github.com/alloy) + +* Typo fixes. + [Mark Townsend](https://github.com/markltownsend) + +## 0.1.0 + +* Initial implementation. + [Fabio Pelosin](https://github.com/fabiopelosin)