aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 5dbfe96..1f39568 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -99,6 +99,19 @@ Changes since 1.5.1
- Added several set environment variable statements to RunIPhoneUnitTest.sh
to encourage bugs to come out of the woodwork.
+- Added GTMTestTimer.h for doing high fidelity timings.
+
+- Added leaks checking to iPhone unit test script. It can be controlled by
+ the GTM_DISABLE_LEAKS environment variable
+
+- Added ability to control using zombies to iPhone unit test script. It can be
+ controlled by the GTM_DISABLE_ZOMBIES environment variable
+
+- Added ability to control termination to iPhone unit test script. It can be
+ controlled by the GTM_DISABLE_TERMINATION environment variable
+
+- Fixed several leaks found with leak checking enabled.
+
Release 1.5.1
Changes since 1.5.0