Skip to content

Commit

Permalink
Add change log entry for #160.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jul 25, 2012
1 parent d51bf72 commit 147f710
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Changelog.md
Expand Up @@ -4,10 +4,16 @@ Enhancements


* Colorize diffs if the `--color` option is configured. (Alex Coplan) * Colorize diffs if the `--color` option is configured. (Alex Coplan)


Bug fixes

* Define `should` and `should_not` on `Object` rather than `BasicObject`
on MacRuby. On MacRuby, `BasicObject` is defined but is not the root
of the object hierarchy. (Gabriel Gilder)

### 2.11.1 / 2012-07-08 ### 2.11.1 / 2012-07-08
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.0...v2.11.1) [full changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.0...v2.11.1)


Bug fix Bug fixes


* Constrain `actual` in `be_within` matcher to values that respond to `-` instead * Constrain `actual` in `be_within` matcher to values that respond to `-` instead
of requiring a specific type. of requiring a specific type.
Expand Down

0 comments on commit 147f710

Please sign in to comment.