Skip to content

Commit

Permalink
update changelog for 2.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 4, 2012
1 parent b741057 commit c48da4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Changelog.md
@@ -1,5 +1,5 @@
### dev ### 2.10.0 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.9.0...master) [full changelog](http://github.com/rspec/rspec-rails/compare/v2.9.0...v2.10.0)


Bug fixes Bug fixes


Expand All @@ -8,7 +8,7 @@ Bug fixes
* Eliminate use of deprecated `process_view_paths` * Eliminate use of deprecated `process_view_paths`
* Fix false negatives when using `route_to` matcher with `should_not` * Fix false negatives when using `route_to` matcher with `should_not`
* `controller` is no longer nil in `config.before` hooks * `controller` is no longer nil in `config.before` hooks
* Change request.path_parameters keys to symbols to match real Rails * Change `request.path_parameters` keys to symbols to match real Rails
environment (Nathan Broadbent) environment (Nathan Broadbent)
* Silence deprecation warnings in pre-2.9 generated view specs (Jonathan del * Silence deprecation warnings in pre-2.9 generated view specs (Jonathan del
Strother) Strother)
Expand Down

0 comments on commit c48da4c

Please sign in to comment.