Skip to content

Commit 6bdc1e0

Browse files
committed
Release v1.3.1
1 parent 0f8863e commit 6bdc1e0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,22 @@
33

44
## Currently Unreleased - TBD
55

6+
(nothing)
7+
8+
9+
## v1.3.1 - 2024.10.23
10+
611
* Add static assertion to explicitly forbid using non-const lvalue reference
712
as argument or using any reference as return for `luaw::function`.
13+
* Add method `luaw::function::unref`, `luaw::function::ref_id`, etc.
814
* Add new class `subluaw` to represent a sub thread, and add method `luaw::make_subluaw`.
915
* Add method to get main thread.
10-
* add method `luaw::function::unref`, `luaw::function::ref_id`, etc.
1116
* Add method `luavalueref::unref`, `luavalueref::setglobal`, etc.
1217
* Rename method `getvalue` of `luavalueref` to `pushvalue`.
1318
* Add type check functions `is_type_number`, `is_type_boolean`, etc.
1419
* Refactor `luaw::to_string` to safe version, won't change number to string anymore.
1520

21+
1622
## v1.3.0 - 2024.10.17
1723

1824
* Support registering member functions with noexcept-specification for C++17 or

0 commit comments

Comments
 (0)