Skip to content

Commit

Permalink
Update CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Feb 25, 2023
1 parent 80da3f0 commit 529a4c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#### 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.
- Fixed `rl.expandtilde()` to omit a trailing backslash when expanding `~` by itself. This is to avoid running afoul of the [`\"` parsing rules](https://learn.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-commandlinetoargvw) for `argv[]` for programs.

#### v1.4.19

Expand Down

0 comments on commit 529a4c7

Please sign in to comment.