Skip to content

Commit 290ba5e

Browse files
obiotclaude
andauthored
chore(release): drop _unreleased_ from debug-plugin 16.0.0 heading (#1459)
debug-plugin 16.0.0 ships alongside the 19.5.0 melonjs release. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c500815 commit 290ba5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/debug-plugin/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 16.0.0 _unreleased_
3+
## 16.0.0
44

55
### Breaking Changes
66
- Requires melonJS **19.5.0 or later** — the hitbox overlay now goes through the new `PhysicsAdapter.getBodyAABB` / `getBodyShapes` adapter API (and the velocity overlay through the existing `adapter.getVelocity`) rather than reading `renderable.body.*` directly. Older engines don't expose those methods and the plugin will refuse to load. 19.5 also moved the FPS estimate into `timer.update()` (was previously driven by this plugin's `timer.countFPS()` call) and removed the debug-only `Container.drawCount` field, both of which this version is aware of.

0 commit comments

Comments
 (0)