From cbafe24bd3c5c4f13d41755cac01581893682456 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Tue, 4 Jun 2013 22:36:26 -0400 Subject: [PATCH] Changelog for #260 --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index fd7429990..d39c0cb93 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +### 2.14.0.rc2 +[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.13.0...v2.14.0.rc2) + +Bug fixes + +* Values that are not matchers use `#inspect`, rather than `#description` for + documentation output (Andy Lindeman, Sam Phippen). + ### 2.14.0.rc1 / 2013-05-27 [full changelog](http://github.com/rspec/rspec-expectations/compare/v2.13.0...v2.14.0.rc1)