Skip to content

Commit

Permalink
Update changelog before release
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mcmire committed Feb 7, 2021
1 parent c81d686 commit 5f63623
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,41 @@

### Features

* Allow users to customize colors. ([#107], [042e8ec])
* You can now customize the colors that SuperDiff uses
by adding this to your test setup:

``` ruby
SuperDiff.configure do |config|
config.actual_color = :green
config.expected_color = :red
config.border_color = :yellow
config.header_color = :yellow
end
```

([#107], [042e8ec])

[#107]: https://github.com/mcmire/super_diff/pull/107
[042e8ec]: https://github.com/mcmire/super_diff/commit/042e8ecda282cd8a3d436b3bf2c0aded76187db2

### Bug fixes

* Resolve compatibility issues with RSpec 3.10. ([#114])
* Fix diffs involving `contain_exactly` and `a_collection_containing_exactly`
so that if there are extra items in the actual value,
they are shown with `+`s. ([#106])
* Fix reliability issues with CI.
* Fix `rake spec` so that it works when run locally again.

[#107]: https://github.com/mcmire/super_diff/pull/107
[042e8ec]: https://github.com/mcmire/super_diff/commit/042e8ecda282cd8a3d436b3bf2c0aded76187db2
[#114]: https://github.com/mcmire/super_diff/pull/114
[#106]: https://github.com/mcmire/super_diff/pull/106

### Other notable changes

* Fix reliability issues with CI.
* Fix `rake spec` so that it works when run locally again.
* SuperDiff is now being tested against Ruby 3.0. ([#118])

[#118]: https://github.com/mcmire/super_diff/pull/118

## 0.5.3 - 2020-12-21

### Bug fixes
Expand Down

0 comments on commit 5f63623

Please sign in to comment.