diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2015-05-03 12:31:42 +0200 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2015-05-03 12:31:42 +0200 |
commit | 6a927f0695725c539ebf6ae08444156feb37798e (patch) | |
tree | 39f5e04fb640e789ed195398f07eb9ce2ec941aa | |
parent | acf2d339691af35d1301d382920a0cb4c9ad2597 (diff) |
Update Changelog with recent fixes
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,8 +1,13 @@ | |||
1 | 1 | ||
2 | =================== | 2 | =================== |
3 | 2015-04-26 v1.14.0 | 3 | 2015-05-03 v1.14.0 |
4 | =================== | 4 | =================== |
5 | 5 | ||
6 | Fixes: | ||
7 | |||
8 | * Fixed evas.Textgrid to not leak on cellrow_set() | ||
9 | |||
10 | |||
6 | Improvements: | 11 | Improvements: |
7 | 12 | ||
8 | * Added evas.Smart and changed elm.Object to inherit from Smart | 13 | * Added evas.Smart and changed elm.Object to inherit from Smart |
@@ -14,7 +19,7 @@ Changes: | |||
14 | 19 | ||
15 | * elm.List.callback_highlighted_add: Added item param to func | 20 | * elm.List.callback_highlighted_add: Added item param to func |
16 | * elm.List.callback_unhighlighted_add: Added item param to func | 21 | * elm.List.callback_unhighlighted_add: Added item param to func |
17 | 22 | ||
18 | 23 | ||
19 | Additions: | 24 | Additions: |
20 | 25 | ||
@@ -40,12 +45,12 @@ Additions: | |||
40 | * elm.LayoutClass.file is now also readable | 45 | * elm.LayoutClass.file is now also readable |
41 | * elm.Video.file is now also readable | 46 | * elm.Video.file is now also readable |
42 | 47 | ||
43 | 48 | ||
44 | Deprecation: | 49 | Deprecation: |
45 | 50 | ||
46 | * evas.Rect.intercepts: Use intersects() instead | 51 | * evas.Rect.intercepts: Use intersects() instead |
47 | 52 | ||
48 | 53 | ||
49 | =================== | 54 | =================== |
50 | 2015-02-09 v1.13.0 | 55 | 2015-02-09 v1.13.0 |
51 | =================== | 56 | =================== |