summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorShinwoo Kim <cinoo.kim@samsung.com>2013-07-31 12:53:04 +0900
committerShinwoo Kim <cinoo.kim@samsung.com>2013-07-31 12:57:49 +0900
commitfb1bc461b7cd57f234cf57ca2849d7ed7f262762 (patch)
treecd76a57c29fcb32b54bc2f456ca2eb72cf5b7f31 /ChangeLog
parente452a98cf8f6a436c0367a34b17c9e179db12510 (diff)
downloadelementary-fb1bc461b7cd57f234cf57ca2849d7ed7f262762.tar.gz
[access] use proper name _elm_access_info_get(); not _elm_access_object_get(); to get access information
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 954dd502a..37b5535a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1520,3 +1520,7 @@
* Flip : Fix the flip page to not flip on a direction if the direction
is disabled.
+
+2013-07-31 Shinwoo Kim
+
+ * Add _elm_access_object_get, deprecate _elm_access_info_get.