Skip to content

Commit d74a87a

Browse files
committed
Changelog, Readme
1 parent d558646 commit d74a87a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* Rename 'show-stack' to 'stack' (#50, #8)
2+
13
## v0.5.1 (21 May 2020)
24
* Fix exception in started hook
35

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Unlike `ruby-debug`, pry-stack_explorer incurs no runtime cost and
1717
enables navigation right up the call-stack to the birth of the
1818
program.
1919

20-
The `up`, `down`, `frame` and `show-stack` commands are provided. See
20+
The `up`, `down`, `frame` and `stack` commands are provided. See
2121
Pry's in-session help for more information on any of these commands.
2222

2323
## Usage
@@ -26,7 +26,7 @@ Provides commands available in Pry sessions.
2626
Commands:
2727
* `up`/`down` - Move up or down the call stack
2828
* `frame [n]` - Go to frame *n*
29-
* `show-stack` - Show call stack
29+
* `stack` - Show call stack
3030

3131

3232
## Install

0 commit comments

Comments
 (0)