Packages

Yet another ECS, actor-based and focused on getting ride of as much boilerplate as possible.

Current section

Files

Jump to
lkn_core ChangeLog.md
Raw

ChangeLog.md

# ChangeLog
## lkn_core 0.2.0
* **[Breaking Change]** Puppeteers are now notified when a puppet enters
or leaves the instance they are registered to. As a consequence,
Puppeteers implementations have to implement new callbacks.
* **[Breaking Change]** Entities can now be stopped in a clean way. As a
consequence, Entities implementations have to implement new callbacks.