Commit 577a0108 authored by Fabio Pelosin's avatar Fabio Pelosin

Changelog [ci skip]

parent 33a03a9b
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
* Fix crash related to the specification of the workspace as a relative path. * Fix crash related to the specification of the workspace as a relative path.
[#920](https://github.com/CocoaPods/CocoaPods/issues/920) [#920](https://github.com/CocoaPods/CocoaPods/issues/920)
* Fix an issue related to the `podspec` dsl directive of the Podfile for
specifications with internal dependencies.
[#928](https://github.com/CocoaPods/CocoaPods/issues/928)
* Fix crash related to search from the command line. * Fix crash related to search from the command line.
[#929](https://github.com/CocoaPods/CocoaPods/issues/929) [#929](https://github.com/CocoaPods/CocoaPods/issues/929)
...@@ -89,7 +92,7 @@ ...@@ -89,7 +92,7 @@
manually with the `pod ipc update-search-index` command. manually with the `pod ipc update-search-index` command.
- Enhancements to the `pod repo lint` command. - Enhancements to the `pod repo lint` command.
- CocoaPods will not create anymore the pre commit hook in the master repo - CocoaPods will not create anymore the pre commit hook in the master repo
during setup. If already created it is possible remove it deleting the during setup. If already created it is possible remove it deleting the
`~/.cocoapods/master/.git/hooks/pre-commit` path. `~/.cocoapods/master/.git/hooks/pre-commit` path.
- Improved support for linting and validating specs repo. - Improved support for linting and validating specs repo.
...@@ -118,7 +121,7 @@ ...@@ -118,7 +121,7 @@
- Fixed an issue which lead to the creation of a Pods project which would - Fixed an issue which lead to the creation of a Pods project which would
crash Xcode. crash Xcode.
[#854](https://github.com/CocoaPods/CocoaPods/issues/854) [#854](https://github.com/CocoaPods/CocoaPods/issues/854)
- Fixed a crash related to a `PBXVariantGroup` present in the frameworks build - Fixed a crash related to a `PBXVariantGroup` present in the frameworks build
phase of client targets. phase of client targets.
[#859](https://github.com/CocoaPods/CocoaPods/issues/859) [#859](https://github.com/CocoaPods/CocoaPods/issues/859)
......
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