From cf088c32e0917f7aa52b43a6143dfd871aa26c96 Mon Sep 17 00:00:00 2001 From: Ivo Wever Date: Sat, 8 Feb 2014 12:33:46 +0100 Subject: [PATCH] Updated changelog as promised in #1114 Fixes #1114 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a0ed22..ff0720d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,15 @@ methods of determining the terminal's dimensions * Add `ReplTester` class for high-level simulation of Pry sessions in tests +### 0.9.12.6 (2014/01/28) +* Don't fail if Bond is not installed (#1106) + +### 0.9.12.5 (2014/01/27) +* Fix early readline errors by deferring require of readline (#1081, #1095) + +### 0.9.12.4 (2013/11/23) +* Fix issue with Coderay colors being black, even when on a black background (#1016) + ### 0.9.12.3 (2013/09/11) * Bump Coderay dependency (#987) * Fix consecutive newlines in heredocs being collapsed (#962)