summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2018-10-01 21:26:40 +0800
committerKyrylo Silin <silin@kyrylo.org>2018-10-01 21:26:40 +0800
commitd9a6a79d06347d91743f69479c3ef65ab8d136c0 (patch)
tree89b14366b493ce9614fc2d317c86526454cee3bf
parent9e74d5967c48f4ef268808f49746d9b077e36298 (diff)
downloadpry-d9a6a79d06347d91743f69479c3ef65ab8d136c0.tar.gz
CHANGELOG: mention #1774
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
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