From 42093cfbe9d9133aef59e81a4b04fb92bc97dc4c Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Sun, 14 Feb 2016 16:18:59 +0100 Subject: [PATCH] Updated changes.txt from the 0.10.1 release --- jni/love/changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/love/changes.txt b/jni/love/changes.txt index b8cbfa98..d686553d 100644 --- a/jni/love/changes.txt +++ b/jni/love/changes.txt @@ -1,7 +1,7 @@ LOVE 0.10.1 [Super Toast] ------------------------- -Released: N/A +Released: 2016-02-14 * Added a new love.conf flag t.externalstorage, which determines whether files are saved in internal or external storage on Android devices. * Added a new variant of love.graphics.arc which can draw different types of arcs ("pie", "open", or "closed").