From bcca03e6debce840dd2d8dbf133a85df3eaa2789 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Mon, 4 Jun 2012 23:50:50 +0200 Subject: [PATCH] I meant exit, not return --- changes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index b3d81e302..94d50ad10 100644 --- a/changes.txt +++ b/changes.txt @@ -3,8 +3,8 @@ LOVE 0.8.1 [Rubber Piggy] * Added --fused command line argument, to simulate fusing. * Added liblove. - * Added the ability to have return values. - * Added return value of 1 in case of error by default. + * Added the ability to have exit values. + * Added exit value of 1 in case of error by default. * Added love.joystick.reload. * Added basic support for the file:// uri scheme. * Added love.mouse.setX/setY.