Browse Source

Added almost everything to the changelog

Bart van Strien 15 years ago
parent
commit
2534a10518
1 changed files with 17 additions and 1 deletions
  1. 17 1
      changes.txt

+ 17 - 1
changes.txt

@@ -1,7 +1,23 @@
 LOVE 0.7.0
 ----------
 
-  * Changelog should go here. I'm too lazy to write it atm.
+  * Added love.thread module
+  * Added source:play and friends
+  * Added source:isStatic()
+  * OSX now has UTI
+  * Fixed bug where love.audio.pause and friends were acting on everything, not just the passed source
+  * Less compiler warnings
+  * Fixed setFixedRotation enabling other flags
+  * Added get/setGroupIndex to CircleShape and PolygonShape
+  * Cleaned up traceback in error screen
+  * Invalid FSAA values now fall back to working ones (or none at all)
+  * Fixed a bug in the loader (for require)
+  * Moved fonts to love.font (from love.graphics), only rendering remains in love.graphics
+  * Switched font origin to top-left
+--* TO BE ADDED: COMMIT 324
+  * Dropped the OS X version requirement to 10.4
+  * Added font:getWrap
+  * Added identity field to love.conf
 
 LOVE 0.6.2
 ----------