Update changelog

--HG--
branch : minor
This commit is contained in:
Bart van Strien
2016-10-15 19:58:54 +02:00
parent 7cd24de402
commit a3f381be07
+2
View File
@@ -17,6 +17,8 @@ Released: N/A
* Added support for non-square shader uniform matrices on desktop platforms.
* Added Shader:send(matrixname, is_column_major, matrix, ...) which specifies how to interpret the matrix table arguments.
* Added love.window.updateMode.
* Added Object:release.
* Added queueable audio sources.
* Changed all color values to be in the range 0-1, rather than 0-255.
* Changed love.graphics.print and friends to ignore carriage returns.