From a3f381be075dd5508b9aa9568ee7de8bd9d28ec9 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Sat, 15 Oct 2016 19:58:54 +0200 Subject: [PATCH] Update changelog --HG-- branch : minor --- changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changes.txt b/changes.txt index 98c7b54c0..18ae90bd6 100644 --- a/changes.txt +++ b/changes.txt @@ -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.