From f5fe890df49d94611d11685b0d4853d093ef57ef Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Thu, 21 Apr 2016 01:34:31 +0200 Subject: [PATCH] Changelog: Add a note about `swap` segment --- CHANGELOG.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af380cb..aa06923e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,11 +21,6 @@ That said, the variables `POWERLEVEL9K_VCS_FOREGROUND` and the proper variable `POWERLEVEL9K_VCS__FOREGROUND` to change foreground color. -### `ram` changes - -The `ram` segment was split up into `ram` and `swap`. The `POWERLEVEL9K_RAM_ELEMENTS` -variable is void. - ### `dir` Shortening Strategies There is now a path shortening strategy that will use the `package.json` file to @@ -39,6 +34,16 @@ via `POWERLEVEL9K_SHORTEN_DELIMITER`. Improvements to speed / reliability. +### `ram` changes + +The `ram` segment was split up into `ram` and `swap`. The +`POWERLEVEL9K_RAM_ELEMENTS` variable is obsolete. + +### New segment `swap` added + +Due to the split up of the ram segment, this one was created. It +shows the currently used swap size. + ### New segment `nodeenv` added Added new `nodeenv` segment that shows the currently used node environment.