Ralith / hecs

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

Add removal of `World::get_mut` and `EntityRef::get_mut` to the changelog #286

Closed PatchMixolydic closed 1 year ago

PatchMixolydic commented 1 year ago

These methods were removed in hecs 0.8.0 (in #274), but previously, their removal wasn't explicitly mentioned in the changelog. This commit mentions them by name, which should make the upgrade path to World::get/EntityRef::get a bit clearer.

Fixes #284.