From df3b828fb1175df614d1aa71db94087723d92fe8 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 13 Jun 2017 02:12:56 +0100 Subject: [PATCH] update changelog.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48960572..76fce5ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### HEAD +* Improve Ruby 2.4 support: + * Deprecated constants are hidden from `ls` output by default, use the `-d` switch to see them. + * Fix warnings that originate in Pry while using the repl. * Improve completion speed in large applications. [#1588](https://github.com/pry/pry/pull/1588) * Pry::ColorPrinter.pp: add `newline` argument and pass it on to PP. [#1603](https://github.com/pry/pry/pull/1603) * Use `less` or system pager pager on MS Windows if it is available. [#1512](https://github.com/pry/pry/pull/1512)