diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index bfd1f467..3efffd98 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ * `NEW` Setting: `Lua.docScriptPath`: Path to a script that overrides `cli.doc.export`, allowing user-specified documentation exporting. * `FIX` Fix `VM.OnCompileFunctionParam` function in plugins * `FIX` Lua 5.1: fix incorrect warning when using setfenv with an int as first parameter +* `FIX` Improve type narrow by checking exact match on literal type params ## 3.10.5 `2024-8-19` |