From d1ad6cc5a36e686e8f82b6f042b48d356fcdd6a2 Mon Sep 17 00:00:00 2001 From: fysx Date: Tue, 1 Jul 2014 17:08:55 +0200 Subject: [PATCH] fixed README markdown syntax --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index afe6dd27..4cebc087 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,13 @@ Changelog: ---------- 0.9.1a: + * using latest SDL\_androidgl.c (fixes some random performance issues) * using latest love-android @ changeset 8659be0e75a3 (adds support for compressed textures) 0.9.1: + * uses 0.9.1 API * fixed crash on Moto G (and possibly other devices). This was a nasty bug that would just show a blue screen without an error message. The bug was resolved using the help of headchant * fixed loading of jpegs (it probably hasn't worked up to now)