summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2013-07-13 15:45:44 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-07-13 15:45:44 +0900
commit936a48c158ad1375ae7dd74236c1793c95393084 (patch)
treede262a3f7e1c513636a9577e93c309aebea1d41b /ChangeLog
parent1f564888b230fb5e38f7a70833c1a2053acdb22a (diff)
downloadelementary-936a48c158ad1375ae7dd74236c1793c95393084.tar.gz
elm_list.c: fixed elm_object_item_part_content_set bug with 'end' part in elm_list.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 317705754..1a454be79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1499,3 +1499,7 @@
2013-07-12 Guilherme Íscaro
* Add elm_dayselector_wekdays_names_set/get
+
+2013-07-13 Daniel Juyung Seo
+
+ * Fix elm_object_item_part_content_set bug with end content in elm_list.