From 7601f15de4a7cb0f58701f35e102009c237f1e4d Mon Sep 17 00:00:00 2001 From: Jeremy Fields Date: Wed, 12 Jul 2017 09:32:26 -0600 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da7039d..c91179f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ __A global utility for tracking the current input method (mouse, keyboard or tou What Input adds data attributes to the `` tag based on the type of input being used. It also exposes a simple API that can be used for scripting interactions. +### July 12, 2017 + +* Updated: added passive to `touchstart` event. + ### July 3, 2017 * Updated: custom events can now be registered and unregistered.