diff options
author | SeanTheBuilder1 <seanthebuilder52@gmail.com> | 2024-08-03 14:51:17 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2024-08-06 21:13:33 +0800 |
commit | 8635fefcd2b397c74861cc05208cffbb6ecb2087 (patch) | |
tree | beac87b3764bf7267354bddeb355fa5d8b60e35a | |
parent | 6ebd54af6221f0e65d4436c9d071d4e5878297fa (diff) | |
download | lua-language-server-8635fefcd2b397c74861cc05208cffbb6ecb2087.zip |
docs: update changelog
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index edf91439..56f3286b 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## Unreleased <!-- Add all new changes here. They will be moved under a version at release --> +* `NEW` Add support for binary metamethod on right operand [#2777](https://github.com/LuaLS/lua-language-server/pull/2777) ## 3.10.1 `2024-8-2` |