From ecd180a285ab5c594dd143674b2c49baf10002da Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Fri, 24 Feb 2017 01:38:58 +0100 Subject: [PATCH] Add changelog entry for truncate with composer.json --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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