From d0cdea9c595871a6de2f7b8f55c494204f7fca77 Mon Sep 17 00:00:00 2001 From: David Chelimsky Date: Sat, 17 Dec 2011 10:34:46 -0600 Subject: [PATCH] Changelog for #504 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 70e6414189..218c092a57 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,8 @@ Enhancments * `include_context` and `include_examples` accept params (Calvin Bascom) * print the time for every example in the html formatter (Richie Vos) * several tasty refactoring niblets (Sasha) +* `it "does something", :x => [:foo,'bar',/baz/] (Ivan Neverov) + * supports matching n command line tag values with an example or group ### 2.8.0.rc1 / 2011-11-06