Skip to content

Commit 383046f

Browse files
committed
Edit Changelog
1 parent 2c4d713 commit 383046f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
* Add static assertion to explicitly forbid using non-const lvalue reference
77
as argument or using any reference as return for `luaw::function`.
8-
* Add new class `subluaw`, and add method `luaw::make_subluaw`.
9-
* add method `luaw::function::unref`, `luaw::function::ref_id` etc.
10-
* Add method `luavalueref::setglobal`, `luavalueref::unref` etc.
8+
* Add new class `subluaw` to represent a sub thread, and add method `luaw::make_subluaw`.
9+
* Add method to get main thread.
10+
* add method `luaw::function::unref`, `luaw::function::ref_id`, etc.
11+
* Add method `luavalueref::unref`, `luavalueref::setglobal`, etc.
1112
* Rename method `getvalue` of `luavalueref` to `pushvalue`.
1213
* Add type check functions `is_type_number`, `is_type_boolean`, etc.
1314
* Refactor `luaw::to_string` to safe version, won't change number to string anymore.
14-
* Add method to get main thread.
1515

1616
## v1.3.0 - 2024.10.17
1717

0 commit comments

Comments
 (0)