From 73d7236077bf1df1b6e060bcb34813771d6dff92 Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Fri, 1 Mar 2013 08:01:59 -0800 Subject: [PATCH] Update changelog for #233. [ci skip] --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index b7eef287e..aee177965 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +### dev +[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.13.0...master) + +Deprecations + +* Deprecate `stub` and `mock` as aliases for `double`. `double` is the + best term for creating a test double, and it reduces confusion to + have only one term (Michi Huber). + ### 2.13.0 / 2013-02-23 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.12.2...v2.13.0)