Skip to content

Commit

Permalink
3.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko authored and skarph committed Aug 23, 2024
1 parent bbd2b19 commit 3f02c80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->

## 3.10.5
`2024-8-19`
* `NEW` using `enum (partial)`, it suggests all fields with the same `enum` type rather than just the fields from the current table.
* `NEW` When using `enum["<key>" or <index>]`, undefined fields will raise an 'undefined' error.
* `FIX` Renaming files in the directory leads to the auto-correction in "require" adding extra characters.
* `FIX` Performance issue
* `FIX` Fix incorrect indent fixing for `for`
Expand Down

0 comments on commit 3f02c80

Please sign in to comment.