From 8e570726315da0151d4709e1f0a32a6f65888158 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sun, 3 May 2015 22:20:08 +0000 Subject: [PATCH] Add notice from issue #877 --HG-- branch : LPGhatguy/add-notice-from-issue-877-1430691607768 --- changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.txt b/changes.txt index b0c9f616d..2680c0a38 100644 --- a/changes.txt +++ b/changes.txt @@ -42,6 +42,7 @@ Released: N/A * Added love.math.compress and love.math.decompress. * Removed love.filesystem.exists (use love.filesystem.isFile or love.filesystem.isDirectory instead.) + * Removed callback variant of love.filesystem.getDirectoryItems. * Removed the "wu" and "wd" constants for love.mousepressed (replaced by love.wheelmoved.) * Removed the named mouse button constants (replaced by button numbers.) * Removed Source:isStatic (replaced by Source:getType.)