Sync to released Jecs 0.6.1-nightly.20250611T001113Z (#91)

Reviewed-on: #91
This commit is contained in:
marked 2025-06-11 02:11:34 +02:00
parent d1e5f16bea
commit 19031103e2
8 changed files with 35 additions and 24 deletions

View file

@ -2,6 +2,14 @@
## Unreleased
## 0.6.1
### Changed
- Entity types now unions with numbers should allow for easier time casting while not causing regressing previous behaviours
### Fixed
- Fixed a critical bug with `(*, R)` pairs not being removed when `R` is deleted
## 0.6.0
### Added