Skip to content

Commit 4572009

Browse files
authored
chore: Update 0.11.0.md
1 parent e6e53ee commit 4572009

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release-notes/0.11.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ These can also be queried as normal!
3939
The documentation you can generate via exported `ladfile`s now looks much better, types have nested links to other types, and things generally look better!
4040
![424231364-a4bfa889-771d-4faf-825d-29143851aeb6](https://github.com/user-attachments/assets/f963bcae-7f4b-4088-b38e-6095b7fde3a9)
4141

42+
### Storing lua closures
43+
The conversion from `mlua::Function` to `ScriptValue` is now supported, and as such you can store arbitrary lua callbacks through reflection in your `components/resources` (being careful not to unload scripts while these are being used, as it will likely cause panics in mlua)
4244

4345
### Continous Benchmarking
4446
BMS now runs and publishes the results of a variety of benchmarks over at [bencher](https://bencher.dev/console/projects/bms/plots)

0 commit comments

Comments
 (0)