summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-05-11 18:33:46 +0300
committerKyrylo Silin <silin@kyrylo.org>2019-05-12 00:13:11 +0300
commit6fd2ca3b0dfda1e453ee6199888981bb58f1d51d (patch)
tree199819eb6dd357f658617aa7dccd3abfeab14cab /CHANGELOG.md
parent68cc7fe99b94cf435b10219feabb6bfab1ddd6d3 (diff)
downloadpry-6fd2ca3b0dfda1e453ee6199888981bb58f1d51d.tar.gz
commands/wtf: add the --code flag
Fixes #1876 (Make `wtf` show code)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f459e1f1..d9c7d121 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@
([#2024](https://github.com/pry/pry/pull/2024))
* Added the `rc_file` config option that tells Pry the path to `pryrc`
([#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))
#### API changes