summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-08-08 02:19:29 +0800
committerKyrylo Silin <silin@kyrylo.org>2019-08-08 02:19:29 +0800
commit83458e617c0f1cc0cb159b46792431bdd72ff086 (patch)
treef61752d48f6416ac352aa494fd82b191d3eb658d
parent846b7ecb6f804d4192cc44a673c2a85b73f1f0b7 (diff)
downloadpry-83458e617c0f1cc0cb159b46792431bdd72ff086.tar.gz
CHANGELOG: mention #2060
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01de5365..56e73401 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,8 @@
([#2027](https://github.com/pry/pry/pull/2027))
* Added the `--code` flag to the `wtf` command, which shows code for each
backtrace frame ([#2037](https://github.com/pry/pry/pull/2037))
+* Added the ability to paste method call chains with leading dots
+ ([#2060](https://github.com/pry/pry/pull/2060))
#### API changes