Ralith / hecs

A handy ECS
Apache License 2.0
924 stars 81 forks source link

Removal of `World::get_mut` is not mentioned in the changelog #284

Closed PatchMixolydic closed 1 year ago

PatchMixolydic commented 1 year ago

World::get_mut was removed in hecs 0.8.0, presumably because World::get can now replace it. However, this is not explicitly mentioned in the changelog, which can cause confusion during upgrades.

Ralith commented 1 year ago

I'd be happy to merge a PR that makes this clearer.