aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index aa7083a..d2a30b1 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -316,6 +316,11 @@ Changes since 1.5.1
- Added gtm_dictionaryWithHttpArgumentsString to NSDictionary+URLArguments.
+- Added GTMDebugKeyValueObserving category to NSObject. This makes debugging
+ KVO a little easier in some cases. To turn it on, set the "GTMDebugKVO"
+ environment variable to "1". It will output a lot of data about adding and
+ removing KVO observers, and when the values are actually changed.
+
Release 1.5.1
Changes since 1.5.0