diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0720d3..3c1fd65e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,8 +23,10 @@ * default configuration(Pry.config) lazy loads its values. (#1096) * require of 'readline' is delayed until Pry.start() has been called for the first time. (#1117) * add option to disable input completer through `_pry_.config.completer = nil` +* add `Pry::LastException` (#1145) #### Bug fixes, etc. +* `Pry#last_exception=` supports exception objects who have been frozen (#1145) * `binding.pry` inside `.pryrc` file now works, with some limitations (@richo / #1118) * Add support for BasicObjects to `ls` (#984) * Allow `ls -c ` (#891)