From d52ba6e564ffadaba9309f72512e4d09ed4d469c Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Wed, 15 Jun 2011 13:16:13 +0200 Subject: [PATCH] Update changelog once again --- changes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index 8938e49ea..a4320758a 100644 --- a/changes.txt +++ b/changes.txt @@ -8,9 +8,10 @@ LOVE 0.8.0 [Name pending] * Added seek and tell to Source objects. * Added color interpolation to ParticleSystem. * Added alpha masking. - * Added automatic PO2 padding. + * Added automatic PO2 padding for systems not supporting the OpenGL extension. * Added UTF-8 support for fonts. * Added box2d error handling for some commonly failing functions. + * Added ability for fused release games to have their write dir in appdata. * Fixed polygon drawing (was off by one). * Fixed wrapping for single words.