summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-05-01 09:32:32 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-05-01 09:32:32 +0200
commitecbb84df1bf1cfdb686dd34a302b584e77e739c4 (patch)
tree0741e46114746591b00b661dd327b6734866fe36 /Changelog
parent67b6e2f3cee8b602f87c78bef3963f5832ca1ab6 (diff)
downloadffi-efl-ecbb84df1bf1cfdb686dd34a302b584e77e739c4.zip
ffi-efl-ecbb84df1bf1cfdb686dd34a302b584e77e739c4.tar.gz
update lib/efl, README, Changelog
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog14
1 files changed, 13 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index b2ae7b4..7c4b9b8 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,17 @@
+2011-05-01 Jérémy Zurcher <jeremy@asynk.ch>
+ * release 0.0.3
+ + Evas, Evas_Ecore, Edje, Elm ... usable
+ * use FFI::AutoPointer in ruby classes
+ * cleanup method_missing proxies usage and definition
+ * Eina_List <=> Array
+ * Eina_Hash <=> Hash
+ * .*= setters handled
+ * .*? getters handled
+ * evas test from http://docs.enlightenment.org/auto/evas/ implemented
+ * edje test from http://docs.enlightenment.org/auto/edje/ implemented
+
2011-04-25 Jérémy Zurcher <jeremy@asynk.ch>
- * release 0.2.0
+ * release 0.0.2
* ecore getopt seems good
* basis of module function mapping and class method_missing usage setup
* small elementary elm_Win test app