Changelog.md in rspec-its-1.0.1 vs Changelog.md in rspec-its-1.1.0

- old
+ new

@@ -1,4 +1,17 @@ +### 1.1.0 / 2014-04-13 +[full changelog](http://github.com/rspec/rspec-its/compare/v1.0.1...v1.1.0) + +Breaking Changes: + +Enhancements: +* For hashes, multiple array elements are treated as successive access keys +* Metadata arguments are now supported + +Bug fixes: +* Enable `its` example selection by line number in command line + + ### 1.0.1 / 2014-04-13 [full changelog](http://github.com/rspec/rspec-its/compare/v1.0.0...v1.0.1) Bug fixes: * Maintain implicit subject in all cases (addresses problem with latest RSpec 3 version)