From f29bf5d42c531519197e4fdc149eb949e048dfb6 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Fri, 12 Oct 2018 13:47:49 +0800 Subject: [PATCH] CHANGELOG: mention #1789 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2aa3b49..b79c675c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,8 @@ See pull request [#1723](https://github.com/pry/pry/pull/1723) * Dropped support for Rubinius ([#1785](https://github.com/pry/pry/pull/1785)) * Added support for nested exceptions for the `wtf` command ([#1791](https://github.com/pry/pry/pull/1791)) +* Fixed Pry not being able to load history on Ruby 2.4.4+ when it contains the + null character ([#1789](https://github.com/pry/pry/pull/1789)) #### Pry developers