Commit e85feb56 authored by Fabio Pelosin's avatar Fabio Pelosin

Changelog.

parent c84575a3
...@@ -4,15 +4,14 @@ ...@@ -4,15 +4,14 @@
###### Enhancements ###### Enhancements
- Improved installation process: - Improved installation process that preserves the installed version of a Pod
- The installed version of a Pod (recorded in `Podfile.lock`) is preserved across installations and machines. The Pod is detected as modified and
across installations and machines. reinstalled if:
- Pods are reinstalled if the version required changes and is not compatible - the version required in the Podfile changes and becomes incompatible with
with current installed one. installed one.
[#191](https://github.com/CocoaPods/CocoaPods/issues/191) [#191](https://github.com/CocoaPods/CocoaPods/issues/191)
- Pods are reinstalled when their external source changes. - Their external source changes.
- The folders of the Pods not required anymore are removed. - Their head status changes.
[#298](https://github.com/CocoaPods/CocoaPods/issues/298)
- Introducing `pod update` that installs the dependencies of the Podfile - Introducing `pod update` that installs the dependencies of the Podfile
regardless of the contents of `Podfile.lock`. regardless of the contents of `Podfile.lock`.
[#131](https://github.com/CocoaPods/CocoaPods/issues/131) [#131](https://github.com/CocoaPods/CocoaPods/issues/131)
...@@ -21,6 +20,8 @@ ...@@ -21,6 +20,8 @@
[#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)
- The folders of the Pods not required anymore are removed.
[#298](https://github.com/CocoaPods/CocoaPods/issues/298)
- Added a meaningful error messages: - Added a meaningful error messages:
- in case a podspec couldn’t be found in the root of an external source. - in case a podspec couldn’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)
...@@ -44,6 +45,8 @@ ...@@ -44,6 +45,8 @@
- The SCM reference of head Pods is not preserved across machines. - The SCM reference of head Pods is not preserved across machines.
- Pods whose inline specification changed are not detected as modified. As a - Pods whose inline specification changed are not detected as modified. As a
workaround, remove their folder stored in `Pods`. workaround, remove their folder stored in `Pods`.
- Pods whose specification changed are not detected as modified. As a
workaround, remove their folder stored in `Pods`.
## 0.13.0 ## 0.13.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