Merge default into minor

--HG--
branch : minor
This commit is contained in:
Bart van Strien
2016-06-21 16:07:32 +02:00
3 changed files with 10 additions and 3 deletions
+2
View File
@@ -42,6 +42,8 @@ Released: N/A
* Fixed love.window.setMode crashing when called with a Canvas active.
* Fixed gamma correction of ImageFonts and BMFonts with colored images.
* Fixed the default shader improperly applying gamma correction to per-vertex colors when gamma correction is requested but not supported on OpenGL ES.
* Fixed text coloring breaking because of an empty string.
* Fixed large burst of particles when dramatically increasing the emission rate of a ParticleSystem.
* Improved performance of Channel methods by roughly 2x in many cases.