From 9e139779956ddba89333eece8104bd7b1b4ff2e7 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Mon, 31 Oct 2016 20:23:52 +0100 Subject: [PATCH] Added release date for 0.10.2 --- changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index 66a501d4f..5b50368ca 100644 --- a/changes.txt +++ b/changes.txt @@ -1,7 +1,7 @@ LOVE 0.10.2 [Super Toast] ------------------------- -Released: N/A +Released: 2016-10-31 * Added lovec.exe in Windows. It is the same as love.exe but built with the Console subsystem, so it always uses or provides a console. * Added the ability to restart the game via love.event.quit("restart").