Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a3a6203

Browse files
committedJul 6, 2022
update changelog
1 parent a19a1f4 commit a3a6203

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# changelog
22

3+
## 3.5.0
4+
* `NEW` `LuaDoc`: `---@operator`:
5+
```lua
6+
---@class fspath
7+
---@operator div(string|fspath): fspath
8+
9+
---@type fspath
10+
local root
11+
12+
local fileName = root / 'script' / 'main.lua' -- `fileName` is `fspath` here
13+
```
14+
* `NEW` diagnostics:
15+
* `unknown-operator`
16+
317
## 3.4.2
418
`2022-7-6`
519
* `CHG` diagnostic: `type-check` ignores `nil` in `getfield`

0 commit comments

Comments
 (0)
Please sign in to comment.