Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[CHANGELOG] Add entry for prefixed config defines
  • Loading branch information
segiddins committed Dec 30, 2015
1 parent f7642c0 commit 2631403
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -36,6 +36,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Samuel Giddins](https://github.com/segiddins)
[Core#284](https://github.com/CocoaPods/Core/issues/284)

* Build configuration names are no longer set as pre-processor defines, but
rather `POD_CONFIGURATION_$CONFIGURATION_NAME` is defined in order to lessen
conflicts with pod code.
[#4143](https://github.com/CocoaPods/CocoaPods/issues/4143)

##### Highlighted Enhancements That Need Testing

* The Podfile DSL has been cleaned up, with the removal of confusing options and
Expand Down Expand Up @@ -238,6 +243,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Samuel Giddins](https://github.com/segiddins)
[#3617](https://github.com/CocoaPods/CocoaPods/issues/3617)

* The pre-processor define for `DEBUG` will be set for all debug-based build
configurations when building pods.
[Samuel Giddins](https://github.com/segiddins)
[#4148](https://github.com/CocoaPods/CocoaPods/issues/4148)


## 0.39.0 (2015-10-09)

Expand Down

0 comments on commit 2631403

Please sign in to comment.