summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gleeson <rob@flowof.info>2014-03-10 04:33:57 +0100
committerRobert Gleeson <rob@flowof.info>2014-03-10 04:33:57 +0100
commit51635d10d2e4d419856685f92ceaad09d4ab2265 (patch)
tree01bad763e45c2121c2c888bbdd4ae2c8efbc1f57
parent90dacb8f2551d5828d9173e28c81d290ad8e70e6 (diff)
downloadpry-51635d10d2e4d419856685f92ceaad09d4ab2265.tar.gz
update CHANGELOG.md
'openstruct' is not a runtime dependency that pry has anymore but it was not added to the changelog. other two changes include better messages for older changelog entries related to config.
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff0720d3..afb03d3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
### 1.0.0 (2013/??/??)
#### Dependency changes
+* remove runtime dependency on `openstruct` from pry
* 1.8 support discontinued from 0.10/1.0 up. 0.9 branch continues 1.8 support.
* Require Coderay `>= 1.1.0`
@@ -20,8 +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 `@`
-* 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)
+* lazy load configuration values (Pry.config). (#1096)
+* lazy load 'readline' until pry is started for the first time. (#1117)
* add option to disable input completer through `_pry_.config.completer = nil`
#### Bug fixes, etc.