From d5ae557149c983f2c245372e7ba049758a85a19a Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sat, 5 Jul 2014 16:40:15 -0300 Subject: [PATCH] Updated changelog --- changes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index 862ba8149..e62c7943b 100644 --- a/changes.txt +++ b/changes.txt @@ -16,7 +16,9 @@ LOVE 0.9.2 [Baby Inspector] * Added love.window.getDisplayName. * Deprecated SpriteBatch:bind and SpriteBatch:unbind. - * Deprecated all uses of the name 'FSAA'. + * Deprecated all uses of the name 'FSAA' in favor of 'MSAA'. + * Deprecated the 'hdrcanvas' graphics feature enum in favor of getCanvasFormats. + * Deprecated the 'dxt' and 'bc5' graphics feature enums in favor of getCompressedImageFormats. * Fixed shader:getWarnings returning unnecessary information. * Fixed love.filesystem.setIdentity breaking in some situations when called multiple times.