diff --git a/changes.txt b/changes.txt index d198a3aec..76d74f84e 100644 --- a/changes.txt +++ b/changes.txt @@ -7,7 +7,6 @@ LOVE 0.8.0 [Rubber Piggy] * Added love.graphics.arc. * Added seek and tell to Source objects. * Added color interpolation to ParticleSystem. - * Added alpha masking. * Added automatic PO2 padding for systems not supporting the OpenGL extension. * Added UTF-8 support for fonts. * Added box2d error handling for some commonly failing functions. @@ -20,7 +19,7 @@ LOVE 0.8.0 [Rubber Piggy] * Added love.graphics.isSupported. * Added love.graphics.getRenderTarget. * Added love.event.quit. - # Added stencils. + * Added stencil masks. * Fixed polygon drawing (was off by one). * Fixed wrapping for single words.