summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0xAB <0xAB@protonmail.com>2017-08-20 03:27:04 +0100
committer0xAB <0xAB@protonmail.com>2017-08-20 03:27:04 +0100
commit35e0593685d996bba982a3b94ff019d7bcb2be01 (patch)
treeebe1ef0af747d36b20ee184a57610e05d1ef83a1
parent5ef58fea432e28e66ccc68436120d8482410cc53 (diff)
downloadpry-35e0593685d996bba982a3b94ff019d7bcb2be01.tar.gz
add changelog for #1624
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39ce0da4..70c53622 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
### HEAD
+* Add text helpers for background colors ([#1624](https://github.com/pry/pry/pull/1624))
* Add alias 'whereami[?!]+' for 'whereami' command. ([#1597](https://github.com/pry/pry/pull/1597))
* Improve Ruby 2.4 support ([#1611](https://github.com/pry/pry/pull/1611)):
* Deprecated constants are hidden from `ls` output by default, use the `-d` switch to see them.