From e4823ccf7715510b2f0bdc3a0e60c2439ec62892 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sun, 22 May 2016 21:31:03 +0000 Subject: [PATCH] Updated the changelog --HG-- branch : minor --- changes.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index 1cf21ab52..fdc794a79 100644 --- a/changes.txt +++ b/changes.txt @@ -8,14 +8,21 @@ Released: N/A * Added Channel:hasRead, which checks if a message has been read. Takes an id, which Channel:push will now return. * Added love.math.encode/decode, which support hex and base64. * Added love.math.hash, which supports MD5, SHA-1 and the SHA-2 family. + * Added support for different ImageData formats, including RGBA8 (the default), RGBA16, RGBA16F, and RGBA32F. + * Added the ability to load Radiance HDR, OpenEXR, and 16 bit PNG images. + * Added love.graphics.getRawImageFormats. * 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. - * Changed audio playback API drastically. + * Changed the 'multiply' blend mode to error if not used with the 'premultiplied' blend alpha mode, since the formula only works with that anyway. + * Changed the audio playback APIs drastically. * Removed the default source type for love.audio.newSource. * Removed variant of love.filesystem.newFileData which takes base64 data, use love.math.decode instead. + * Updated Source:seek to work if the Source isn't playing. + * Updated love.math.random to have improved numeric distribution. + LOVE 0.10.2 [Super Toast] -------------------------