Browse Source

Merged in LPGhatguy/love/LPGhatguy/add-notice-from-issue-877-1430691607768 (pull request #47)

Changelog: add notice from issue #877
Alex Szpakowski 10 years ago
parent
commit
cf3dac8a4b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      changes.txt

+ 1 - 0
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.)