Commit 7149df10 authored by Eloy Duran's avatar Eloy Duran

[CHANGELOG] Update for 0.8.0 release.

parent 1a9c9196
## 0.8.0 (unreleased) ## 0.8.0
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.7.0...0.8.0)[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.2.2...0.2.3) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.7.0...0.8.0)[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.2.2...0.2.3)
###### Breaking change ###### Breaking change
_[TODO] Update documentation._
Syntax change in Podfile: `dependency` has been replaced by `pod`. Syntax change in Podfile: `dependency` has been replaced by `pod`.
```ruby ```ruby
...@@ -14,6 +12,9 @@ pod 'JSONKit', '~> 1.4' ...@@ -14,6 +12,9 @@ pod 'JSONKit', '~> 1.4'
pod 'Reachability', '~> 2.0.4' pod 'Reachability', '~> 2.0.4'
``` ```
###### Bug fixes
- Properly quote all paths given to Git.
## 0.7.0 ## 0.7.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment