1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

CHANGELOG: mention #2060

This commit is contained in:
Kyrylo Silin 2019-08-08 02:19:29 +08:00
parent 846b7ecb6f
commit 83458e617c

View file

@ -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