aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-09-03 00:01:14 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-09-03 00:01:14 +0000
commit94c15346143f56b9b246e3c8dee64ec844acae88 (patch)
tree8921ed567e7a9bba0919b6ca0109fb6338fc870a /ReleaseNotes.txt
parentac02ae31d09fcdfb4d92ea61062cf6528744c9c2 (diff)
[Author: iwade]
Add NSData hex conversion routines. Add a case-insensitive NSDictionary constructor. I have a need for both pieces of functionality in an iPhone app I'm developing. R=dmaclach,thomasvl APPROVED=dmaclach DELTA=521 (521 added, 0 deleted, 0 changed)
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index e4da8c8..1e9a1ae 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -328,6 +328,9 @@ Changes since 1.5.1
SDK from compile time. Also removed some of the formatting options so
try and make it simpler to follow.
+- Added GTMNSDictionary+CaseInsensitive, e.g. for use with HTTP headers.
+
+- Added GTMNSData+Hex for conversion to and from hex strings.
Release 1.5.1
Changes since 1.5.0