Browse Source

Changelog formatting fix

Alex Szpakowski 4 years ago
parent
commit
6a1f4ecabe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      changes.txt

+ 2 - 2
changes.txt

@@ -1,4 +1,5 @@
 LOVE 12.0 [N/A]
 LOVE 12.0 [N/A]
+---------------
 
 
 Released: N/A
 Released: N/A
 
 
@@ -10,7 +11,7 @@ Released: N/A
 * Added love.graphics.newTexture. newImage and newCanvas still exist as convenience constructor functions.
 * Added love.graphics.newTexture. newImage and newCanvas still exist as convenience constructor functions.
 * Added love.graphics.getTextureFormats, which replaces getImageFormats and getCanvasFormats.
 * Added love.graphics.getTextureFormats, which replaces getImageFormats and getCanvasFormats.
 * Added Graphics Buffer objects, including vertex, index, and texel buffers.
 * Added Graphics Buffer objects, including vertex, index, and texel buffers.
-* Added APIs for interacting with the objects owned by Meshes.
+* Added APIs for interacting with the Buffer objects owned by Meshes.
 * Added Mesh:getAttachedAttributes.
 * Added Mesh:getAttachedAttributes.
 * Added integer buffer data formats.
 * Added integer buffer data formats.
 * Added love.graphics.setBlendState, which gives lower level control over blend operations than setBlendMode.
 * Added love.graphics.setBlendState, which gives lower level control over blend operations than setBlendMode.
@@ -31,7 +32,6 @@ Released: N/A
 
 
 * Fixed BezierCurve:render adding collinear points in some situations.
 * Fixed BezierCurve:render adding collinear points in some situations.
 
 
-
 LOVE 11.4 [Mysterious Mysteries]
 LOVE 11.4 [Mysterious Mysteries]
 --------------------------------
 --------------------------------