summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-01-09 22:17:02 +0300
committerGitHub <noreply@github.com>2017-01-09 22:17:02 +0300
commite905114794768a3fc86048d18bd366d96bd5fd12 (patch)
treea987b0fc2bbf393ec2693dbd3caafe3e5c0b1b31
parent55b43d819dd61ff0c8719e935284435e0d20bdfc (diff)
parentc1cd7a2b088272cc13938f207525aef03e79bb44 (diff)
Merge pull request #372 from dritter/master
Add Changelog for v0.5.0
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a3f7444..34ae0c77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## v0.5.0
+
+### `load` and `ram` changes
+
+These two segments now support BSD.
+
+### `vcs` changes
+
+- We implemented a huge speed improvement for this segment.
+- Now this segment supports Subversion repositories.
+- Add ability to hide tags by setting `POWERLEVEL9K_VCS_HIDE_TAGS` to true.
+
+## `anaconda` changes
+
+Speed improvements for `anaconda` segment.
+
## v0.4.0
### Development changes
@@ -77,6 +93,11 @@ Added new `docker_machine` segment that will show your Docker machine.
A new segment `anaconda` was added that shows the current used
anaconda environment.
+## New segment `pyenv` added
+
+This segment shows your active python version as reported by `pyenv`.
+
+
## v0.3.2
### `vcs` changes