diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1c0fae..31ce95c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,8 @@ See pull request [#1723](https://github.com/pry/pry/pull/1723) * Fixed possible double loading of Pry plugins' `cli.rb` on Ruby (>= 2.4) due to [the `realpath` changes while invoking `require`](https://bugs.ruby-lang.org/issues/10222) - ([#1762](https://github.com/pry/pry/pull/1762)) + ([#1762](https://github.com/pry/pry/pull/1762), + ([#1774](https://github.com/pry/pry/pull/1762)) #### Pry developers