summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobert Gleeson <rob@flowof.info>2014-02-03 13:58:46 +0100
committerRobert Gleeson <rob@flowof.info>2014-02-03 13:58:46 +0100
commit0dd077a838001adea59bb5bfa15425fcff2376c5 (patch)
treee18814a5ba298d30490bee753f39903852e2c61a /CHANGELOG.md
parentf4445df7d7db6b92599d3462875a49690a19bd1a (diff)
downloadpry-0dd077a838001adea59bb5bfa15425fcff2376c5.tar.gz
update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6333bde5..933f8d5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,7 +21,8 @@
* User can whitelist objects whose inspect output should appear in prompt (#885)
* See `Pry.config.prompt_safe_objects`
* `whereami` is now aliased to `@`
-* improve configuration(Pry.config) to lazy-load default configuration values. (#1096)
+* 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)
#### Bug fixes, etc.
* `binding.pry` inside `.pryrc` file now works, with some limitations (@richo / #1118)