summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 4988b337..6ef6f3c5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -29,6 +29,11 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
print(class.a.b.c.e.f.g) --> infered as integer
```
+* `CHG` [#1582] the following diagnostics consider `overload`
+ * `missing-return`
+ * `missing-return-value`
+ * `redundant-return-value`
+ * `return-type-mismatch`
* `FIX` [#1567]
* `FIX` [#1593]
* `FIX` [#1595]
@@ -41,6 +46,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
[#1558]: https://github.com/sumneko/lua-language-server/issues/1558
[#1561]: https://github.com/sumneko/lua-language-server/issues/1561
[#1567]: https://github.com/sumneko/lua-language-server/issues/1567
+[#1582]: https://github.com/sumneko/lua-language-server/issues/1582
[#1593]: https://github.com/sumneko/lua-language-server/issues/1593
[#1595]: https://github.com/sumneko/lua-language-server/issues/1595
[#1606]: https://github.com/sumneko/lua-language-server/issues/1606