Skip to content

Commit

Permalink
Update CHANGELOG for v0.10.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khvzak committed Jul 31, 2024
1 parent 8337909 commit 5acf9d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.10.0-beta.1

- Dropped `'lua` lifetime (subtypes now store a weak reference to Lua)
- Removed (experimental) owned types (they no longer needed)
- Make Lua types truly `Send` and `Sync` (when enabling `send` feature flag)
- Removed `UserData` impl for Rc/Arc types ("any" userdata functions can be used instead)
- `Lua::replace_registry_value` takes `&mut RegistryKey`
- `Lua::scope` temporary disabled (will be re-added in the next release)

## v0.9.9

- Minimal Luau updated to 0.629
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mlua"
version = "0.10.0" # remember to update mlua_derive
version = "0.10.0-beta.1" # remember to update mlua_derive
authors = ["Aleksandr Orlenko <[email protected]>", "kyren <[email protected]>"]
rust-version = "1.71"
edition = "2021"
Expand Down

0 comments on commit 5acf9d7

Please sign in to comment.