Skip to content

Commit

Permalink
CHANGELOG: mention #2119 & #2133
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Nov 28, 2020
1 parent a619cfb commit ae08597
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 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
Expand Down

0 comments on commit ae08597

Please sign in to comment.