From d9a6a79d06347d91743f69479c3ef65ab8d136c0 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Mon, 1 Oct 2018 21:26:40 +0800 Subject: [PATCH] CHANGELOG: mention #1774 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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