aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 5beaf2d..986676e 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -24,8 +24,9 @@ Changes since 1.6.0
has forced GTM into this model. By default the SDK will be set to the most
recent SDK installed.
-- Initial support for using the Xcode provided OCUnit for unittesting on iOS.
- Define GTM_IPHONE_USE_SENTEST to 1 to use this.
+- Initial support for using the Xcode provided OCUnit/XCTest for unittesting on iOS.
+ Define GTM_IPHONE_USE_SENTEST or GTM_USING_XCTEST to 1 to use this.
+ GTM_IPHONE_USE_SENTEST is going to be deprecated shortly.
- Removed support for Garbage Collection, leaving just the shell for other code
that might have depended on some of the constants/method GTM provided.