Skip to content

Commit

Permalink
add some changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Jul 4, 2024
1 parent 1f90862 commit 069ec0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

`NEW` 重构了声明分析系统

`NEW` 支持string.format的格式参数展开

`NEW` 支持通过注解`---@module no-require`表示一个文件不可以被require, 之后得代码补全不会出现他的require提示

`NEW` 支持注解`---@mapping <new name>`表示一个字段/变量/函数可以映射到`<new name>`使用, 例如:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

`NEW` Refactored the declaration analysis system.

`NEW` Support for expanding format arguments in string.format.

`NEW` Added support for using the annotation `---@module no-require` to indicate a file cannot be required, subsequent code completion will not show its require suggestion.

`NEW` Added support for the annotation `---@mapping <new name>` to indicate a field/variable/function can be mapped to `<new name>` for use, for example:
Expand Down

0 comments on commit 069ec0b

Please sign in to comment.