aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-05-26 18:06:02 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-05-26 18:06:02 +0000
commitc8b442e4af5f12d91450e9b1fcce1468aa49de4e (patch)
tree6b4025ace69838de8fedcb96de8db0b0aa14d58a /ReleaseNotes.txt
parent69491c3dd52dffcb3fdbaffeffb63483fbd15088 (diff)
[Author: caseyho]
UIImage rotate method plus tests. R=altse APPROVED=altse DELTA=152 (152 added, 0 deleted, 0 changed)
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 3225d3a..d2434ae 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -399,7 +399,7 @@ Changes since 1.5.1
- Removed GTMTheme because it wasn't generic enough for inclusion in GTM, and
was never fully implemented
-- Added GTM_NONNULL, NS_RETURNS_RETAINED, and CF_RETURNS_RETAINED macrs to
+- Added GTM_NONNULL, NS_RETURNS_RETAINED, and CF_RETURNS_RETAINED macrs to
support clang analysis.
- Changed GTMStackTrace to put out a cleaner trace, and to work on 64 bit.
@@ -412,6 +412,11 @@ Changes since 1.5.1
- Added GTMNSAnimatablePropertyContainer methods that allow you to stop
animations properly in 10.5.
+- Added gtm_imageByRotating for rotating a UIImage. Based on code by Trevor
+ Harmon:
+ http://vocaro.com/trevor/blog/wp-content/uploads/2009/10/UIImage+Resize.h
+ http://vocaro.com/trevor/blog/wp-content/uploads/2009/10/UIImage+Resize.m
+
Release 1.5.1
Changes since 1.5.0