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

CHANGELOG: mention #1767

This commit is contained in:
Kyrylo Silin 2018-09-22 15:53:26 +08:00
parent 42bfc92c52
commit c180f2262d

View file

@ -32,6 +32,10 @@ See pull request [#1723](https://github.com/pry/pry/pull/1723)
See pull request [#1723](https://github.com/pry/pry/pull/1723)
* Silenced the `Could not find files for the given pattern(s)` error message
coming from `where` on Windows, when `less` or another pager is not installed
([#1767](https://github.com/pry/pry/pull/1767))
#### Pry developers
* Optionally skip a spec on specific Ruby engine(s) by providing `expect_failure: [:mri, :jruby]`