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

CHANGELOG: mention the fix of #691

The commit that fixes it:

f289862ac6
This commit is contained in:
Kyrylo Silin 2015-02-27 06:07:15 +02:00
parent f289862ac6
commit 02f74933a4

View file

@ -6,6 +6,7 @@
* Add 'gem-search' command, searches for a gem with the rubygems.org HTTP API
* Fixed bug in the `cat` command where it was impossible to use line numbers with files ([#1349](https://github.com/pry/pry/issues/1349))
* Fixed uncaught Errno::EOPNOTSUPP exception when $stdout is a socket ([#1352](https://github.com/pry/pry/issues/1352))
* Display a warning when you cd'ed inside a C object and executed 'show-source' without arguments ([#691](https://github.com/pry/pry/issues/691))
### 0.10.1