From f65da067bb05f0de0e188b7c7c9d4ee0464de795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 30 Sep 2024 17:43:02 +0800 Subject: [PATCH] 3.11.0 --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index ffebd7fa7..917e7c030 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ ## Unreleased + +## 3.11.0 * `NEW` Added support for Japanese locale * `NEW` Infer function parameter types when overriding the same-named class function in an instance of that class [#2158](https://github.com/LuaLS/lua-language-server/issues/2158) * `NEW` Types with literal fields can be narrowed.