From b4f0770af21a275efd9c6636771c5814ef0f9325 Mon Sep 17 00:00:00 2001 From: Robert Gleeson Date: Mon, 10 Mar 2014 02:34:42 +0100 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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)