diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2209a3..cca39e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ [Full Changelog](http://github.com/myronmarston/vcr/compare/v2.0.0...master) +* Add new `:use_scenario_name` option to the cucumber tags API. This + allows you to use a generic tag (such as `@vcr`) and have the + cassettes named based on the feature and scenario rather than based on + the tag. Thanks to [Omer Rauchwerger](https://github.com/rauchy) for + the implementation and [Chad Jolly](https://github.com/cjolly) for the + initial idea and feedback. + ## 2.0.0 (March 2, 2012) [Full Changelog](http://github.com/myronmarston/vcr/compare/v2.0.0.rc2...v2.0.0) diff --git a/README.md b/README.md index f69704b6..a4cd2a79 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ Thanks also to the following people who have contributed patches or helpful sugg * [Ben Hutton](http://github.com/benhutton) * [Bradley Isotope](https://github.com/bradleyisotope) * [Carlos Kirkconnell](https://github.com/kirkconnell) +* [Chad Jolly](https://github.com/cjolly) * [Eric Allam](http://github.com/rubymaverick) * [Flaviu Simihaian](https://github.com/closedbracket) * [Jeff Pollard](https://github.com/Fluxx) @@ -150,6 +151,7 @@ Thanks also to the following people who have contributed patches or helpful sugg * [Michael Lavrisha](https://github.com/vrish88) * [Nathaniel Bibler](https://github.com/nbibler) * [Oliver Searle-Barnes](https://github.com/opsb) +* [Omer Rauchwerger](https://github.com/rauchy) * [Paco Guzmán](https://github.com/pacoguzman) * [Ryan Bates](https://github.com/ryanb) * [Sathya Sekaran](https://github.com/sfsekaran)