Skip to content

Commit

Permalink
2.14.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Nov 6, 2013
1 parent 6a1ab3e commit 35bc28a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
### development
### 2.14.4 / 2013-11-06
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.3...v2.14.4)

Bug fixes:
Bug fixes

* Make the `match` matcher produce a diff output (Jon Rowe, Ben Moss)
* Make the `match` matcher produce a diff output. (Jon Rowe, Ben Moss)
* Choose encoding for diff's more intelligently, and when all else fails fall
back to default internal encoding with replacing characters. (Jon Rowe)

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/expectations/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module RSpec
module Expectations
# @private
module Version
STRING = '2.14.3'
STRING = '2.14.4'
end
end
end
Expand Down

0 comments on commit 35bc28a

Please sign in to comment.