From 78abc6107e3e253b9e43e82fafa3f1a116ca0ff4 Mon Sep 17 00:00:00 2001 From: David Chelimsky Date: Sun, 9 Oct 2011 15:31:27 -0500 Subject: [PATCH] changelog for last commit --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3f02f31a21..0d7f2e7042 100644 --- a/Changelog.md +++ b/Changelog.md @@ -24,8 +24,8 @@ As of 2.7.0, you must explicity `require "rspec/autorun"` unless you use the * Provide more accurate run time by registering start time before code is loaded (David Chelimsky) * Rake task default pattern finds specs in symlinked dirs (Kelly Felkins) - * Rake task decides whether to use bundler or not based on presence - of BUNDLE_GEMFILE (David Chelimsky) + * Rake task no longer does anything to invoke bundler since Bundler already + handles it for us. Thanks to Andre Arko for the tip. * Bug fixes * Include Rake::DSL to remove deprecation warnings in Rake > 0.8.7 (Pivotal