diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2015-05-03 15:09:42 +0300 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2015-05-03 15:09:42 +0300 |
commit | a70d9c7cd46b03cb3b5bd2610b67ec26a0906ea6 (patch) | |
tree | ec408461ad5db38f68ec1143e49511b3806c3666 | |
parent | 6a927f0695725c539ebf6ae08444156feb37798e (diff) |
Small clarifications to ChangeLog
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -10,9 +10,10 @@ Fixes: | |||
10 | 10 | ||
11 | Improvements: | 11 | Improvements: |
12 | 12 | ||
13 | * Added evas.Smart and changed elm.Object to inherit from Smart | 13 | * Re-added evas.SmartObject (with incompatible API compared to the earlier |
14 | * Better init/shutdown management in elm, no more need to manually call | 14 | incarnation) and made elm.Object inherit from it. |
15 | those functions | 15 | * Better init/shutdown management in eo/evas/ecore/elm, no more need to |
16 | manually call those functions (no harm in doing that though). | ||
16 | 17 | ||
17 | 18 | ||
18 | Changes: | 19 | Changes: |