Skip to content

Commit

Permalink
[CHANGELOG] Document optimisations.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Oct 28, 2014
1 parent 7f70f89 commit e9090bc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Xcodeproj Changelog

## 0.20.1

###### Minor Enhancements

* `Project` Make `#==` a fast shallow comparison method, which operates only on
its root object UUID and its path on disk. For full data comparisons, use the
`#eql?` method instead.
[Eloy Durán](https://github.com/alloy)
[Xcodeproj#216](https://github.com/CocoaPods/Xcodeproj/pull/216)

* `NativeTarget` Make adding a target dependency O(1) constant speed.
[Eloy Durán](https://github.com/alloy)
[Xcodeproj#216](https://github.com/CocoaPods/Xcodeproj/pull/216)

* `Object` Cache an object's plist name, which is used very often during project
generation.
[Eloy Durán](https://github.com/alloy)
[Xcodeproj#216](https://github.com/CocoaPods/Xcodeproj/pull/216)


## 0.20.0

###### Breaking
Expand Down

0 comments on commit e9090bc

Please sign in to comment.