Skip to content

Commit 111b8c5

Browse files
committed
add migration guide
1 parent f47a07d commit 111b8c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
- Provides binary serialization and de-serialization of entities for networking (#453)
1212

13+
### Migration guide
14+
15+
For migration from pre-v0.7.0 versions, simply remove the pointer operator `&` in function calls that take a `World` as argument. When a `World` is stored in a explicitly typed variable or struct field, use `*ecs.World` instead of `ecs.World`.
16+
1317
## [[v0.6.4]](https://github.com/mlange-42/ark/compare/v0.6.3...v0.6.4)
1418

1519
### Bugfixes

0 commit comments

Comments
 (0)