From b60a97f9cfd199e7327177942ee67f1cd4fb425e Mon Sep 17 00:00:00 2001 From: r-obert Date: Fri, 22 Dec 2017 22:44:04 +0100 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87df7c21..b64a45b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ See pull request [#1694](https://github.com/pry/pry/pull/1694). See pull request [#1701](https://github.com/pry/pry/pull/1701). +* Add new method Pry::Config.assign(), for creating a Config non-recursively. + +See pull request [#1723](https://github.com/pry/pry/pull/1723) + #### Bug fixes * Fix a bug where 'cd Hash.new' reported self as an instance of Pry::Config