summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-10-11 16:49:13 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-10-11 16:50:40 +0900
commit69e27abdc37f222183ce27f4ce0e3fe2a45ca590 (patch)
tree487cbabad5e0a5e5efd0c56063cf5d437484b4ea /ChangeLog
parent725237df0a8b8cab83c8f38368e5d0389dbd196e (diff)
downloadefl-69e27abdc37f222183ce27f4ce0e3fe2a45ca590.tar.gz
eina - and e3fl in general - stop using eina_error_get/set - useless really
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58d181bad3..ba374ef462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-10-11 Carsten Haitzler (The Rasterman)
+
+ * deprecate/remove all the eina_error setting (and getting)
+ within efl no one uses it and it frankly it much more pain
+ than it's worth. the api's are still there, and efl api's still
+ fail as they did before.. they just don't ALSO set eina_error.
+
2013-10-11 Cedric Bail
* Eina: add Eina_Spinlock API,