From 355a0606c34e59c754ef5fa04d12fc2fc6eb2fe8 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Tue, 11 Jul 2023 16:35:57 +0100 Subject: [PATCH] v0.9.0-rc.1 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 839d7b2..18d6967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - `UserDataMethods::add_async_method()` takes `&T` instead of cloning `T` - Implemented `PartialEq<[T]>` for tables - Added Luau 4-dimensional vectors support (`luau-vector4` feature) -- `Table::sequence_values()` iterator no longer uses any metamethods (`Table::raw_sequence_values()` is removed) +- `Table::sequence_values()` iterator no longer uses any metamethods (`Table::raw_sequence_values()` is deprecated) - Added `Table:is_empty()` function that checks both hash and array parts - Refactored Debug interface - Re-exported `ffi` (`mlua-sys`) crate for easier writing of unsafe code @@ -11,7 +11,6 @@ - Take `&str` as function name in `TableExt` and `AnyUserDataExt` traits - Added module attribule `skip_memory_check` to improve performance - Added `AnyUserData::wrap()` to provide more easy way of creating _any_ userdata in Lua -- Errors in non-send mode are no longer have `Send` requirement (but can be re-enabled back using `error-send` feature) ## v0.9.0-beta.3