1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

add recent PRs to changelog

This commit is contained in:
robert 2017-05-30 18:44:45 +01:00
parent 2508d68e54
commit cc4bbc301d

View file

@ -1,4 +1,7 @@
### HEAD
* Improve completion speed in large applications. [#1588](https://github.com/pry/pry/pull/1588)
* Pry::ColorPrinter.pp: add `newline` argument and pass it on to PP. [#1603](https://github.com/pry/pry/pull/1603)
* Use `less` or system pager pager on MS Windows if it is available. [#1512](https://github.com/pry/pry/pull/1512)
* Add `Pry.configure` as an alternative to the current way of changing configuration options in `.pryrc` files. [#1502](https://github.com/pry/pry/pull/1502)
* Add `Pry::Config::Behavior#eager_load!` to add a possible workaround for issues like [#1501](https://github.com/pry/pry/issues/1501)