diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-02-24 03:38:58 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-02-24 03:38:58 +0300 |
commit | ecd180a285ab5c594dd143674b2c49baf10002da (patch) | |
tree | 6d22de3ae0302f233d84c977b78fbdb5fdb89bc3 /CHANGELOG.md | |
parent | ec044c028ae0780a1579c22c72960411c6b59458 (diff) |
Add changelog entry for truncate with composer.json
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b27a514..d5e9932d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ Added an option to configure the path separator. If you want something else than an ordinary slash, you could set `POWERLEVEL9K_DIR_PATH_SEPARATOR` to whatever you want. +#### `truncate_with_package_name` now searches for `composer.json` as well + +Now `composer.json` files are searched as well. By default `package.json` still takes +precedence. If you want to change that, set `POWERLEVEL9K_DIR_PACKAGE_FILES=(composer.json package.json)`. + ### New segment 'command_execution_time' added Shows the duration a command needed to run. By default only durations over 3 seconds |