We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaecf14 commit ee0094fCopy full SHA for ee0094f
1 file changed
README.md
@@ -281,6 +281,7 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
281
* Loader.bitmapFont wouldn't automatically set the `atlasURL` value if just the key was given.
282
* The Loader would put the baseURL and/or path in front of `data:` and `blob` URLs (thanks @rblopes #2044)
283
* When the Text width was being calculated it would add the `strokeThickness` value twice, causing an alignment offset (thanks @nickryall #2039)
284
+* Sound.onEndedHandler has a fix for AudioBufferSourceNode listener memory leak (thanks @Pappa #2069)
285
286
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
287
0 commit comments