summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index f505a207..99c845d1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,12 @@
# changelog
+## 3.4.0
+* `CHG` infer `nil` as redundant return value
+ ```lua
+ local function f() end
+ local x = f() -- `x` is `nil` instead of `unknown`
+ ```
+
## 3.3.1
`2022-6-17`
* `FIX` [#1213](https://github.com/sumneko/lua-language-server/issues/1213)