Skip to content

Commit 2b31988

Browse files
committed
fix link and add changelog entry
1 parent 7d44956 commit 2b31988

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# bevy_mod_scripting Changelog
2+
## v0.2.1
3+
### Added
4+
- Automatic documentation publishing for lua Bevy api
5+
### Fixed
6+
- Fixed bug where errors in documenation generation didn't propagate properly
7+
- Fixed broken link in readme.md
28

39
## v0.2.0
410
### Added

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ It is probably a wise idea to setup a separate executable whose purpose is to on
293293

294294
Lua documentation is provided by `tealr`, a wrapper around the `mlua` lua api which decorates their standard types. On top of providing documentation generation it's also capable of generating `d.tl` files which can be used to introduce static typing to lua via the `teal` project (you do not need to use teal to generate documentation).
295295

296-
This can all be seen at work in the [this example](bevy_mod_scripting/examples/documentation_gen_lua.rs).
296+
This can all be seen at work in the [this example](bevy_mod_scripting/examples/lua/documentation_gen.rs).
297297

298298
##### Teal - Lua static typing
299299

0 commit comments

Comments
 (0)