Update changelog

This commit is contained in:
Sibi Prabakaran 2020-05-29 22:25:34 +05:30
parent 1d0eaddc25
commit b200d0c735
No known key found for this signature in database
GPG Key ID: D19E3E0EBB557613

View File

@ -46,9 +46,13 @@
* `XMonad.Util.Run` * `XMonad.Util.Run`
Added two new functions to the module: `spawnPipeWithLocaleEncoding` and Added two new functions to the module:
`spawnPipeWithUtf8Encoding`. Using these function should be `spawnPipeWithLocaleEncoding` and
preferred over `spawnPipe`. `spawnPipeWithUtf8Encoding`. `spawnPipe` is now alias for
`spawnPipeWithLocaleEncoding`.
Added the function `spawnPipeWithNoEncoding` for cases where
binary handle is required.
* `XMonad.Prompt.Window` * `XMonad.Prompt.Window`