diff options
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index a30f3e37a3..882946aafa 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -19,6 +19,7 @@ Improvements: | |||
19 | * EVAS_GL_NO_BLACKLIST env var to turn off blacklisted drivers in gl | 19 | * EVAS_GL_NO_BLACKLIST env var to turn off blacklisted drivers in gl |
20 | * Evas gl engine can do partial swaps now. | 20 | * Evas gl engine can do partial swaps now. |
21 | * evas_object_del() now takes NULL parameters | 21 | * evas_object_del() now takes NULL parameters |
22 | * make xpm loader faster (from O(N) to O(log(N))). | ||
22 | 23 | ||
23 | Fixes: | 24 | Fixes: |
24 | * Fix segmentation fault with the esvg loader. | 25 | * Fix segmentation fault with the esvg loader. |