diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-06-15 09:49:46 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-06-15 09:49:46 +0000 |
commit | c10b10fad07c3f7b8027d7e287f6c626d4faf5f0 (patch) | |
tree | 386270241d551c96cb0a84301ed72643971aeabb /legacy/evas/NEWS | |
parent | 214f736fb042b33e99dc90b9c7d2a90ab288eaf4 (diff) |
changelog + documentation for evas_object_smart_members_get() commit
SVN revision: 72179
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index 2e300f512d..e6474fbf71 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -13,6 +13,7 @@ Improvements: | |||
13 | * Don't wake up prepare thread if there is nothing to prepare. | 13 | * Don't wake up prepare thread if there is nothing to prepare. |
14 | * Limit the updated region to fit in CPU cache for Pipe rendering. | 14 | * Limit the updated region to fit in CPU cache for Pipe rendering. |
15 | * Cache convertion from Evas_Map to RGBA_Map. | 15 | * Cache convertion from Evas_Map to RGBA_Map. |
16 | * evas_object_smart_members_get() now returns NULL on non-smart objects | ||
16 | 17 | ||
17 | Fixes: | 18 | Fixes: |
18 | * Add missing files in the tarball. | 19 | * Add missing files in the tarball. |