Reapply "Update CHANGELOG-v3.85.md"

This reverts commit ca5cdf4b1a.
This commit is contained in:
Zeke Chan 2024-06-10 14:52:49 +08:00
parent ca5cdf4b1a
commit 1c5a9d02ea

View file

@ -3,6 +3,7 @@
# New Features
* `BaseSoundManager.isPlaying` is a new method that will return a boolean if the given sound key is playing. If you don't provide a key, it will return a boolean if any sound is playing (thanks @samme)
* Added `dispatchContextLost` and `dispatchContextRestored` internal methods called by `contextLostHandler` and `contextRestoredHandler` for custom context overrides and error tracking. (@yaustar)
# WebGL Rendering Updates