From eb90e08b0d5a3a5564cbbf23078ac094d1e34fb4 Mon Sep 17 00:00:00 2001 From: vrld Date: Mon, 30 May 2011 14:26:28 +0200 Subject: [PATCH] Update 0.8.0 changelog (Color class is internal only) --- changes.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/changes.txt b/changes.txt index 437e6d875..75d3e812b 100644 --- a/changes.txt +++ b/changes.txt @@ -6,7 +6,6 @@ LOVE 0.8.0 [Name pending] * Added framebuffer:clear(r, g, b, a). * Added love.graphics.arc. * Added seek and tell to Source objects. - * Added Color class. * Added color interpolation to ParticleSystem. * Added alpha masking. * Added automatic PO2 padding.