From ae085970d99793ac72a016106028832cf190b67f Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Sat, 28 Nov 2020 22:46:15 +0800 Subject: [PATCH] CHANGELOG: mention #2119 & #2133 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b072fbf4f..3c74cf808 100644 --- a/CHANGELOG.md +++ b/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