Browse Source

Update changelog for the last time before 0.8.0.

Bill Meltsner 13 years ago
parent
commit
7b64bb8d59
1 changed files with 3 additions and 0 deletions
  1. 3 0
      changes.txt

+ 3 - 0
changes.txt

@@ -36,6 +36,8 @@ LOVE 0.8.0 [Rubber Piggy]
   * Added SpriteBatch:getImage.
   * Added combine color mode.
   * Added automatic random seeding to love.run.
+  * Added support for the subtract BlendMode on older graphics cards.
+  * Added love._os field, which contains the OS the game is running on.
 
   * Fixed wrapping for single words.
   * Fixed tracebacks not showing filenames.
@@ -60,6 +62,7 @@ LOVE 0.8.0 [Rubber Piggy]
   * Fixed love's startup time being in the first dt.
   * Fixed internal string conversions, they are faster now.
   * Fixed (bad) performance of ImageData:paste.
+  * Fixed love.graphics.toggleFullscreen not maintaining graphics state.
 
   * Renamed SpriteBatch's lock/unlock to bind/unbind.
   * Renamed Framebuffer to Canvas.