From 02f74933a4e3d37fb75a464817685bfb7033cabd Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Fri, 27 Feb 2015 06:07:15 +0200 Subject: [PATCH] CHANGELOG: mention the fix of #691 The commit that fixes it: f289862ac6730a4d20d2ad6b40375833b0b43f46 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3443f6..724b766c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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