Modified:
/MigrateToNewPyMT.wiki
=======================================
--- /MigrateToNewPyMT.wiki Sat Aug 8 08:00:56 2009
+++ /MigrateToNewPyMT.wiki Mon Nov 2 00:52:44 2009
@@ -2,7 +2,29 @@
<wiki:toc/>
-= From 0.2 to 0.3 (current mercurial version) =
+= From 0.3 to 0.3.1 =
+
+== New wm_touch, wm_pen ==
+
+If you want to add theses input providers, please edit your configuration
file, and add theses lines in the input section:
+{{{
+[input]
+wm_touch = wm_touch
+wm_pen = wm_pen
+}}}
+
+== New device attribute in touch ==
+
+touch.device is now available, and fill with the device in the
configuration file.
+When you write:
+{{{
+[input]
+pen = wm_pen
+}}}
+pen is will be the device name, and wm_pen will be the input provider to
use for creation.
+
+
+= From 0.2 to 0.3 =
== New behaviors ==