Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
ba6ce10b
Commit
ba6ce10b
authored
Oct 30, 2014
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Highlight call to test new resolver.
parent
7b809ac3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
9 deletions
+15
-9
CHANGELOG.md
CHANGELOG.md
+15
-9
No files found.
CHANGELOG.md
View file @
ba6ce10b
...
...
@@ -4,6 +4,21 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
## Master
##### Highlighted Enhancements That Need Testing
*
The
`Resolver`
has been completely rewritten to use
[
Molinillo
](
https://github.com/CocoaPods/Molinillo
)
, an iterative dependency
resolution algorithm that automatically resolves version conflicts.
The order in which dependencies are declared in the
`Podfile`
no longer has
any effect on the resolution process.
You should ensure that
`pod install`
,
`pod update`
and
`pod update [NAME]`
work as expected and install the correct versions of your pods during
this RC1 release.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#978
](
https://github.com/CocoaPods/CocoaPods/issues/978
)
[
#2002
](
https://github.com/CocoaPods/CocoaPods/issues/2002
)
##### Breaking
*
Support for older versions of Ruby has been dropped and CocoaPods now depends
...
...
@@ -38,15 +53,6 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Marius Rackwitz
](
https://github.com/mrackwitz
)
[
#2461
](
https://github.com/CocoaPods/CocoaPods/issues/2461
)
*
The
`Resolver`
has been completely rewritten to use
[
Molinillo
](
https://github.com/CocoaPods/Molinillo
)
, an iterative dependency
resolution algorithm that automatically resolves version conflicts.
The order in which dependencies are declared in the
`Podfile`
no longer has
any effect on the resolution process.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#978
](
https://github.com/CocoaPods/CocoaPods/issues/978
)
[
#2002
](
https://github.com/CocoaPods/CocoaPods/issues/2002
)
*
Implicit dependencies are now locked, so simply running
`pod install`
will not
cause them to be updated when they shouldn't be.
[
Samuel Giddins
](
https://github.com/segiddins
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment