Commit f5ad196e authored by Fabio Pelosin's avatar Fabio Pelosin

Update CHANGELOG.md

parent 44f594bf
...@@ -78,32 +78,26 @@ ...@@ -78,32 +78,26 @@
[#191](https://github.com/CocoaPods/CocoaPods/issues/191) [#191](https://github.com/CocoaPods/CocoaPods/issues/191)
- the external source changes. - the external source changes.
- the head status changes (from disabled to enabled or vice-versa). - the head status changes (from disabled to enabled or vice-versa).
- Introduce `pod update` command that installs the dependencies of the Podfile - Introduce `pod update` command that installs the dependencies of the Podfile
**ignoring** the lockfile `Podfile.lock`. **ignoring** the lockfile `Podfile.lock`.
[#131](https://github.com/CocoaPods/CocoaPods/issues/131) [#131](https://github.com/CocoaPods/CocoaPods/issues/131)
- Introduce `pod outdated` command that shows the pods with known updates. - Introduce `pod outdated` command that shows the pods with known updates.
- Add `:local` option for dependencies which will use the source files directly - Add `:local` option for dependencies which will use the source files directly
from a local directory. This is usually used for libraries that are being from a local directory. This is usually used for libraries that are being
developed in parallel to the end product (application/library). developed in parallel to the end product (application/library).
[#458](https://github.com/CocoaPods/CocoaPods/issues/458), [#458](https://github.com/CocoaPods/CocoaPods/issues/458),
[#415](https://github.com/CocoaPods/CocoaPods/issues/415), [#415](https://github.com/CocoaPods/CocoaPods/issues/415),
[#156](https://github.com/CocoaPods/CocoaPods/issues/156). [#156](https://github.com/CocoaPods/CocoaPods/issues/156).
- Folders of Pods which are no longer required are removed during installation. - Folders of Pods which are no longer required are removed during installation.
[#298](https://github.com/CocoaPods/CocoaPods/issues/298) [#298](https://github.com/CocoaPods/CocoaPods/issues/298)
- Add meaningful error messages
- Add meaningful error messages for when: - ia podspec can’t be found in the root of an external source.
- a podspec can’t be found in the root of an external source.
[#385](https://github.com/CocoaPods/CocoaPods/issues/385), [#385](https://github.com/CocoaPods/CocoaPods/issues/385),
[#338](https://github.com/CocoaPods/CocoaPods/issues/338), [#338](https://github.com/CocoaPods/CocoaPods/issues/338),
[#337](https://github.com/CocoaPods/CocoaPods/issues/337). [#337](https://github.com/CocoaPods/CocoaPods/issues/337).
- a subspec name is misspelled. - a subspec name is misspelled.
[#327](https://github.com/CocoaPods/CocoaPods/issues/327) [#327](https://github.com/CocoaPods/CocoaPods/issues/327)
- an unrecognized command and/or argument is provided. - an unrecognized command and/or argument is provided.
- The subversion downloader now does an export instead of a checkout, which - The subversion downloader now does an export instead of a checkout, which
makes it play nicer with SCMs that store metadata in each directory. makes it play nicer with SCMs that store metadata in each directory.
[#245](https://github.com/CocoaPods/CocoaPods/issues/245) [#245](https://github.com/CocoaPods/CocoaPods/issues/245)
......
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