summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0xAB <0xAB@protonmail.com>2017-08-20 03:10:52 +0100
committer0xAB <0xAB@protonmail.com>2017-08-20 03:10:52 +0100
commit1edfe113709936b3de7e7a702ae36f5da3aa1401 (patch)
tree3765440e71950a31017d3c250c420272cfbe042d
parent2190a1200433c4a144047670244171a2c5c01ce8 (diff)
downloadpry-1edfe113709936b3de7e7a702ae36f5da3aa1401.tar.gz
update CHANGELOG.md
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39ce0da4..1a949187 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
### HEAD
+* Fix string literal methods completion. ([#1590](https://github.com/pry/pry/pull/1590))
* 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.