Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<!-- Add all new changes here. They will be moved under a version at release -->
* `NEW` Custom documentation exporter
* `NEW` Setting: `Lua.docScriptPath`: Path to a script that overrides `cli.doc.export`, allowing user-specified documentation exporting.
* `FIX` Lua 5.1: fix incorrect warning when using setfenv with an int as first parameter

## 3.10.5
`2024-8-19`
Expand Down
2 changes: 1 addition & 1 deletion meta/template/basic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function select(index, ...) end

---@version 5.1
---#DES 'setfenv'
---@param f async fun(...):...|integer
---@param f (async fun(...):...)|integer
---@param table table
---@return function
function setfenv(f, table) end
Expand Down