Skip to content

Commit

Permalink
Update CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Mar 1, 2023
1 parent 6327e26 commit 3563f62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### Releases from [chrisant996/clink](https://github.com/chrisant996/clink) fork

#### v1.4.21

- The `clink-diagnostics` command can report merged argmatchers. When a numeric arg of 2 or greater is given (e.g. <kbd>Alt</kbd>-<kbd>2</kbd>,<kbd>Ctrl</kbd>-<kbd>x</kbd>,<kbd>Ctrl</kbd>-<kbd>z</kbd>) then it includes a list of defined argmatchers. The list now also reports any merging of argmatchers that occurred.

#### v1.4.20

- Fixed `os.isfile()` and `os.isdir()` when the specified name contains `<` or `>` or `"`, which are special wildcard characters for MS-DOS compatibility. This caused an error when typing `"<`, which then mistakenly thought a completion script named `<.lua` existed.
Expand Down

0 comments on commit 3563f62

Please sign in to comment.