From f841621ded98122ec3fea8bb54d3276e8d1c19ec Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Mon, 21 Dec 2015 23:17:12 -0500 Subject: [PATCH] Removed an obsolete line in changes.txt. --- changes.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/changes.txt b/changes.txt index 867c069aa..d8f8a31d7 100644 --- a/changes.txt +++ b/changes.txt @@ -20,7 +20,6 @@ Released: N/A * Added love.wheelmoved event callback function (replaces "wu" and "wd" constants for love.mousepressed.) * Added love.mouse.hasCursor. * Added a boolean argument to love.mousepressed and love.mousereleased indicating whether the button event originated from a touch press. - * Added more mouse button constants ("x3", "x4", and "x5".) * Added optional x/y/width/height arguments to love.keyboard.setTextInput. They tell the system where text will show up so on-screen keyboards can avoid that area. * Added Source:getType (replaces Source:isStatic.) * Added Source:getDuration and Decoder:getDuration.