Commit 24cc2d80 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[CHANGELOG] Add entry for podfile specification of plugins

parent cd9a2b82
...@@ -6,6 +6,15 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -6,6 +6,15 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
## Master ## Master
##### Breaking
* Only the hooks specified by usage of the `plugin` directive of the `Podfile`
will be run. Additionally, plugins that depend on hooks will have to update to
specify their 'plugin name' when registering the hooks in order to make it
possible for those hooks to be run.
[Samuel Giddins](https://github.com/segiddins)
[#2640](https://github.com/CocoaPods/CocoaPods/issues/2640)
##### Enhancements ##### Enhancements
* Show the name of the source for each hook that is run in verbose mode. * Show the name of the source for each hook that is run in verbose mode.
......
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