Commit 54d44a29 authored by Eloy Durán's avatar Eloy Durán

[CHANGELOG] Fix line length and Englishify.

parent 2984d1bd
...@@ -19,9 +19,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -19,9 +19,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[#731](https://github.com/CocoaPods/CocoaPods/pull/731) [#731](https://github.com/CocoaPods/CocoaPods/pull/731)
* Add 'specific repo sources' support. Allows one to specify in their Podfile * Add 'specific repo sources' support. Allows one to specify in their Podfile
which sources should be used to retrieve specs from and the priority which sources should be used to retrieve specs from and the priority order
order thereof. For example: `source 'netbe'`, or `source 'master'`, with 'master' being thereof. For example: `source 'netbe'`, or `source 'master'`, with 'master'
the default GitHub CocoaPods spec-repo. being the default GitHub CocoaPods spec-repo.
[François Benaiteau](https://github.com/netbe) [François Benaiteau](https://github.com/netbe)
[#1143](https://github.com/CocoaPods/CocoaPods/pull/1143) [#1143](https://github.com/CocoaPods/CocoaPods/pull/1143)
[Core#19](https://github.com/CocoaPods/Core/pull/19) [Core#19](https://github.com/CocoaPods/Core/pull/19)
...@@ -47,8 +47,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -47,8 +47,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[Marius Rackwitz][mrackwitz] [Marius Rackwitz][mrackwitz]
[#2371](https://github.com/CocoaPods/CocoaPods/issues/2371) [#2371](https://github.com/CocoaPods/CocoaPods/issues/2371)
* Include configurations that a user explicitly specifies, in their Podfile, when the * Include configurations that a user explicitly specifies, in their Podfile,
`--no-integrate` option is specified. when the `--no-integrate` option is specified.
[Eloy Durán](https://github.com/alloy) [Eloy Durán](https://github.com/alloy)
* Properly quote the `-isystem` values in the xcconfig files. * Properly quote the `-isystem` values in the xcconfig files.
...@@ -66,8 +66,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -66,8 +66,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
##### Bug Fixes ##### Bug Fixes
* Fixes `pod repo push` to first check if a Specs directory exists and if so push * Fixes `pod repo push` to first check if a Specs directory exists and if so
there. push there.
[Edward Valentini](edwardvalentini) [Edward Valentini](edwardvalentini)
[#2060](https://github.com/CocoaPods/CocoaPods/issues/2060) [#2060](https://github.com/CocoaPods/CocoaPods/issues/2060)
...@@ -76,8 +76,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -76,8 +76,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[#2136](https://github.com/CocoaPods/CocoaPods/issues/2136) [#2136](https://github.com/CocoaPods/CocoaPods/issues/2136)
* Always evaluate podspecs from the original podspec directory. This fixes * Always evaluate podspecs from the original podspec directory. This fixes
issues when you are using relative paths inside ruby podspecs and using a issues when you are using relative paths inside ruby podspecs and depending
pod's via `:path`. on a pod via `:path`.
[Kyle Fuller](kylef) [Kyle Fuller](kylef)
[pod-template#50](https://github.com/CocoaPods/pod-template/issues/50) [pod-template#50](https://github.com/CocoaPods/pod-template/issues/50)
...@@ -101,13 +101,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -101,13 +101,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[Samuel Giddins](segiddins) [Samuel Giddins](segiddins)
[#2402](https://github.com/CocoaPods/CocoaPods/issues/2402) [#2402](https://github.com/CocoaPods/CocoaPods/issues/2402)
* Fixes an issue where a version of a spec will not be locked when using multiple * Fixes an issue where a version of a spec will not be locked when using
subspecs of a podspec. multiple subspecs of a podspec.
[Kyle Fuller](https://github.com/kylef) [Kyle Fuller](https://github.com/kylef)
[Fabio Pelosin](https://github.com/fabiopelosin) [Fabio Pelosin](https://github.com/fabiopelosin)
[#2135](https://github.com/CocoaPods/CocoaPods/issues/2135) [#2135](https://github.com/CocoaPods/CocoaPods/issues/2135)
* Fixes an issue using JSON podspecs installed directly from a lib's repository. * Fixes an issue using JSON podspecs installed directly from a lib's
repository.
[Kyle Fuller](https://github.com/kylef) [Kyle Fuller](https://github.com/kylef)
[#2320](https://github.com/CocoaPods/CocoaPods/issues/2320) [#2320](https://github.com/CocoaPods/CocoaPods/issues/2320)
......
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