From 263ab5bc063b8593ef1c2851da251e71d2ea7b1b Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Tue, 4 Feb 2014 10:19:56 -0800 Subject: [PATCH] Add watch to CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad069d7..a9a0ed22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Require Coderay `>= 1.1.0` #### Features +* Added a `watch` command that lets you see how values change over time. * Added an experimental `Pry.auto_resize!` method * Makes Pry notice that your window has resized and tell Readline about it * Fixes various bugs with command history after a window resize