From 154181ffc2830445c30eed74949e700ad2cd5a2a Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Mon, 11 Apr 2016 15:30:09 -0400 Subject: [PATCH] Catching up CHANGELOG with new segments. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d13088..064f5283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,18 @@ variable is void. 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. +### `chruby` Segment + +Added new `chruby` segment to support this version manager. + +### `node`, `nvm` Segments + +Improvements to speed / reliability. + +### `docker` Segment + +Added new `docker` segment that will show your Docker machine. + ## v0.3.2 ### `vcs` changes