diff --git a/docs/changelist.html b/docs/changelist.html
index 2b35d589..d04b1e79 100644
--- a/docs/changelist.html
+++ b/docs/changelist.html
@@ -68,6 +68,15 @@
Changelist
+0.0.31
+
+Made Touch.setupVirtualDPads
use the middle of the referenceElement if
+offsetX
or offsetY
is not set for that dpad.
+This is better because it means if things change size based on CSS or other
+stuff there's nothing to do. The code will just work.
+
+
+
0.0.30
added --no-check-for-app
diff --git a/docs/changelist.md b/docs/changelist.md
index 6cccdbd0..70853340 100644
--- a/docs/changelist.md
+++ b/docs/changelist.md
@@ -1,6 +1,14 @@
Changelist
==========
+* 0.0.31
+
+ * Made `Touch.setupVirtualDPads` use the middle of the referenceElement if
+ `offsetX` or `offsetY` is not set for that dpad.
+
+ This is better because it means if things change size based on CSS or other
+ stuff there's nothing to do. The code will just work.
+
* 0.0.30
* added `--no-check-for-app`