Browse Source

Updated the 0.10.0 changelog.

--HG--
branch : minor
Alex Szpakowski 10 years ago
parent
commit
7a7567145a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      changes.txt

+ 3 - 0
changes.txt

@@ -12,6 +12,9 @@ Released: N/A
   * Added love.graphics.stencil and love.graphics.setStencilTest (replaces love.graphics.setStencil.)
   * Added optional type argument to love.graphics.clear. Current type enums are "all" (the default) and "stencil".
   * Added optional x/y/width/height arguments to Image:refresh.
+  * Added support for OpenGL ES.
+  * Added support for loading ETC1/2, EAC, and PVRTC compressed textures.
+  * Added Text objects and love.graphics.newText.
   * Added BMFont bitmap font file support to love.graphics.newFont and love.font.
 
   * Removed love.filesystem.exists (use love.filesystem.isFile or love.filesystem.isDirectory instead.)