aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/edje/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/edje/NEWS')
-rw-r--r--libraries/edje/NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/edje/NEWS b/libraries/edje/NEWS
index e34a719..bf529dc 100644
--- a/libraries/edje/NEWS
+++ b/libraries/edje/NEWS
@@ -1,5 +1,22 @@
1Edje 1.1.0 1Edje 1.1.0
2 2
3Changes since Edje 1.1.0:
4-------------------------
5
6Additions:
7
8 * "recalc" smart callback for object size changes
9 * EDJE_ASPECT_PREFER_SOURCE.
10 * edje.version() Lua function.
11 * minmul edc property
12
13Improvements:
14 * speedup load time of Edje file.
15 * check existence of group at compile time also.
16 * reduce number of call to stat during edje_object_file_set.
17 * unswallow object about to be swallowed if necessary.
18 * Lua scripts now more resilient against API changes.
19
3Changes since Edje 1.0.0: 20Changes since Edje 1.0.0:
4------------------------- 21-------------------------
5 22