mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
parent
a619cfba12
commit
ae085970d9
1 changed files with 16 additions and 0 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
|||
### master
|
||||
|
||||
#### Features
|
||||
|
||||
* Made `?` an alias to `show-source -d`
|
||||
([#2133](https://github.com/pry/pry/pull/2133))
|
||||
|
||||
#### Breaking changes
|
||||
|
||||
* Deleted support for plugin autoloading
|
||||
([#2119](https://github.com/pry/pry/pull/2119)). In order to load a Pry plugin
|
||||
you must `require` it from your `pryrc` or add it to your Gemfile.
|
||||
|
||||
```rb
|
||||
# ~/.pryrc
|
||||
require 'pryrc'
|
||||
```
|
||||
|
||||
### [v0.13.1][v0.13.1] (April 12, 2020)
|
||||
|
||||
#### Bug fixes
|
||||
|
|
Loading…
Reference in a new issue