aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-10-27 20:22:02 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-10-27 20:22:02 +0000
commit982c28eb83a3a834845f6f2f3fd6b36f1ca39be8 (patch)
tree4041d21f68373cd906a5a8a3bff402d3ab4c7f23 /ReleaseNotes.txt
parentfbaa3462f3ca659bf4199cba7fe83341c9cdd672 (diff)
[Author: thomasvl]
Adding GTMIBArray, a class that can be used in IB to build up an NSArray directly, so developers don't need to add lots of outlets to other objects and assemble things during awakeFromNib. R=dmaclach DELTA=1337 (1333 added, 0 deleted, 4 changed)
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 603808c..b18e8d2 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -247,7 +247,7 @@ Changes since 1.5.1
with supplied NSPorts.
- Finally dropped GTMHTTPFetcher and GTMProgressMonitorInputStream, GData
- versions now pretty much line up w/ these, so rather then both projects
+ versions now pretty much line up with these, so rather then both projects
maintaing them, we've dropped them and point folks at the gdata versions
which can be used independent of the rest of GData.
@@ -340,12 +340,14 @@ Changes since 1.5.1
- Added GTMNSNumber+64Bit for working with CGFloats, NSIntegers and NSUInters
using NSNumber on all supported SDKs.
+- Added GTMIBArray for building arrays in nib files.
+
Release 1.5.1
Changes since 1.5.0
16-June-2008
-- Fixed building tiger gcov w/ a directory path that contains a space.
+- Fixed building tiger gcov with a directory path that contains a space.
Release 1.5.0
@@ -401,7 +403,7 @@ Changes since 1.0.0
- Renamed the actual framework to "GoogleToolboxForMac.framework" (it should
have matched the project on code.google.com from the start)
-- added a Debug-gcov target that will product debug bits w/ code coverage
+- added a Debug-gcov target that will product debug bits with code coverage
support to check unittests, etc.
- GTMDebugSelectorValidation to provide something to include in class impls
@@ -440,7 +442,7 @@ Changes since 1.0.0
- Added GTMHTTPFetcher and GTMProgressMonitorInputStream.
- Moved the data files for unittests into subdirectories call TestData to
- help make it a little easier to find files w/in the main directories.
+ help make it a little easier to find files within the main directories.
- GTMDelegatingTableColumn get an overhaul to match the 10.5 sdk so it's closer
to a dropin for previous sdks.