update CHANGES.md

This commit is contained in:
Zubin Duggal 2019-02-13 16:19:01 +05:30
parent cf789504e8
commit 6720eefce7
No known key found for this signature in database
GPG Key ID: 7CCFC277A14C97A7

View File

@ -43,6 +43,16 @@
using tab to wrap around the completion rows would fail when maxComplRows is using tab to wrap around the completion rows would fail when maxComplRows is
restricting the number of rows of output. restricting the number of rows of output.
* `XMonad.Actions.DynamicProjects`
Make the input directory read from the prompt in `DynamicProjects`
absolute wrt the current directory.
Before this, the directory set by the prompt was treated like a relative
directory. This means that when you switch from a project with directory
`foo` into a project with directory `bar`, xmonad actually tries to `cd`
into `foo/bar`, instead of `~/bar` as expected.
## 0.15 ## 0.15
### Breaking Changes ### Breaking Changes