Browse Source

Mentioned the fix for the stdout-redirect-related crash on Windows in the changelog.

rude 14 years ago
parent
commit
6de95c6363
1 changed files with 1 additions and 0 deletions
  1. 1 0
      changes.txt

+ 1 - 0
changes.txt

@@ -28,6 +28,7 @@ LOVE 0.7.1 [Game Slave]
   * Fixed unexpected behaviour with hash tables to love.graphics.line.
   * Fixed unexpected behaviour with hash tables to love.graphics.line.
   * Fixed mouse coordinates being capped after setMode.
   * Fixed mouse coordinates being capped after setMode.
   * Fixed setFont's error handling on a non-existant file.
   * Fixed setFont's error handling on a non-existant file.
+  * Fixed issue where Windows builds would hard crash on Lua errors
 
 
   * Removed custom sample rates for Decoders.
   * Removed custom sample rates for Decoders.