diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-29 17:26:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-29 17:26:54 +0800 |
commit | ac7ce0d0d0a63b1ca5d0aa87dd1229dd2166d4e0 (patch) | |
tree | 5feaa1f9ef2f7f72e1eb002f59afbbc763274056 /changelog.md | |
parent | 1ec33e6ed9dc4583d5775721c4c874d91a17f0eb (diff) | |
download | lua-language-server-ac7ce0d0d0a63b1ca5d0aa87dd1229dd2166d4e0.zip |
modify `require` after renaming files
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 e0a18a48..24032806 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 3.6.4 +* `NEW` modify `require` after renaming files * `FIX` circulation reference in process analysis ```lua ---@type number |