Update CHANGES.md: add safeDirPrompt

This commit is contained in:
slotThe 2021-04-06 08:36:18 +02:00
parent 07439cc169
commit 1324baa193

View File

@ -289,6 +289,9 @@
- Added `compgenDirectories` and `compgenFiles` to get the directory/filename completion
matches returned by the compgen shell builtin.
- Added `safeDirPrompt`, which is like `safePrompt`, but optimized
for the use-case of a program that needs a file as an argument.
* `XMonad.Prompt.Unicode`
- Reworked internally to call `spawnPipe` (asynchronous) instead of