Difference between revisions of "0.10.1"

(Updated changelog)
Line 6: Line 6:
  
 
== Changes from [[0.10.0]] ==
 
== Changes from [[0.10.0]] ==
 +
=== Additions ===
 +
* Added the ability to avoid clearing specific [[Canvas]]es when calling [[love.graphics.clear]], if multiple Canvases are active at once via [[love.graphics.setCanvas]].
 +
 +
 
=== Bugfixes ===
 
=== Bugfixes ===
 
* Fixed a Lua error in the no-game screen if the window's height is too small.
 
* Fixed a Lua error in the no-game screen if the window's height is too small.

Revision as of 21:26, 30 December 2015

O.png The information on this page may not be accurate or up to date due to the information pertaining to a version that is currently in development.  


no-game screen

The codename for LÖVE 0.10.1 is Super Toast. It is currently not released.

Changes from 0.10.0

Additions


Bugfixes