diff options
Diffstat (limited to 'libraries/edje/NEWS')
-rw-r--r-- | libraries/edje/NEWS | 17 |
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 @@ | |||
1 | Edje 1.1.0 | 1 | Edje 1.1.0 |
2 | 2 | ||
3 | Changes since Edje 1.1.0: | ||
4 | ------------------------- | ||
5 | |||
6 | Additions: | ||
7 | |||
8 | * "recalc" smart callback for object size changes | ||
9 | * EDJE_ASPECT_PREFER_SOURCE. | ||
10 | * edje.version() Lua function. | ||
11 | * minmul edc property | ||
12 | |||
13 | Improvements: | ||
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 | |||
3 | Changes since Edje 1.0.0: | 20 | Changes since Edje 1.0.0: |
4 | ------------------------- | 21 | ------------------------- |
5 | 22 | ||