aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2016-04-20 19:31:36 +0300
committerDominik Ritter <dritter03@googlemail.com>2016-04-20 19:39:17 +0300
commit96bc96a46506b0ae3a81ec79ecd695d085b791d8 (patch)
tree47fbece879c9e2f90927fe79e04be8b059c0b60b /CHANGELOG.md
parent9b87ec6a222b4b86065838b63c9912f81ce76764 (diff)
Changelog: Add a note about the changed shorten delimiter
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3be0bb6b..f929d64c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,7 +32,12 @@ variable is void.
### `dir` Shortening Strategies
-There is now a path shortening strategy that will use the `package.json` file to shorten your directory path. See the documentation for the `dir` segment for more details.
+There is now a path shortening strategy that will use the `package.json` file to
+shorten your directory path. See the documentation for the `dir` segment for more
+details.
+
+Also, the shorten delimiter was changed to an unicode ellipsis. It is configurable
+via `POWERLEVEL9K_SHORTEN_DELIMITER`.
### New segment `chruby` added