Skip to content

Commit 5a12be1

Browse files
committed
Update changelog
[ci skip]
1 parent 5872288 commit 5a12be1

File tree

1 file changed

+29
-15
lines changed

1 file changed

+29
-15
lines changed

CHANGELOG.md

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Features
6+
7+
* Add support for `hash_including`, `array_including`, `kind_of`, and
8+
`instance_of`, which come from `rspec-mocks`. ([#128])
9+
10+
### Fixes
11+
12+
* Fix comparison involving hashes to prevent a case where the same key would
13+
show up twice in the diff (one as a "deleted" version and another as an
14+
"unchanged" version). ([#129])
15+
16+
[#129]: https://github.com/mcmire/super_diff/pull/129
17+
318
## 0.6.2 - 2021-04-16
419

520
### Improvements
@@ -14,19 +29,19 @@
1429

1530
## 0.6.1 - 2021-02-10
1631

17-
### Bug fixes
32+
### Fixes
1833

19-
* Fix compatibility issues with newer versions of `rspec-rails`
20-
which prevented the gem from being loaded. ([#121])
34+
* Fix compatibility issues with newer versions of `rspec-rails` which prevented
35+
the gem from being loaded. ([#121])
2136

2237
[#121]: https://github.com/mcmire/super_diff/pull/121
2338

2439
## 0.6.0 - 2021-02-07
2540

2641
### Features
2742

28-
* You can now customize the colors that SuperDiff uses
29-
by adding this to your test setup:
43+
* You can now customize the colors that SuperDiff uses by adding this to your
44+
test setup:
3045

3146
``` ruby
3247
SuperDiff.configure do |config|
@@ -45,12 +60,12 @@
4560
[042e8ec]: https://github.com/mcmire/super_diff/commit/042e8ecda282cd8a3d436b3bf2c0aded76187db2
4661
[#118]: https://github.com/mcmire/super_diff/pull/118
4762

48-
### Bug fixes
63+
### Fixes
4964

5065
* Resolve compatibility issues with RSpec 3.10. ([#114])
5166
* Fix diffs involving `contain_exactly` and `a_collection_containing_exactly`
52-
so that if there are extra items in the actual value,
53-
they are shown with `+`s. ([#106])
67+
so that if there are extra items in the actual value, they are shown with
68+
`+`s. ([#106])
5469

5570
[#114]: https://github.com/mcmire/super_diff/pull/114
5671
[#106]: https://github.com/mcmire/super_diff/pull/106
@@ -62,7 +77,7 @@
6277

6378
## 0.5.3 - 2020-12-21
6479

65-
### Bug fixes
80+
### Fixes
6681

6782
* Fix `match_array` so that it works when given a string. ([#110])
6883

@@ -77,7 +92,7 @@
7792

7893
## 0.5.2 - 2020-09-04
7994

80-
### Bug fixes
95+
### Fixes
8196

8297
* Add missing standard library requires. ([#98])
8398

@@ -89,7 +104,7 @@
89104

90105
## 0.5.1 - 2020-06-19
91106

92-
### Bug fixes
107+
### Fixes
93108

94109
* Add dependency on `attr_extras` back as it was mistakenly removed in the
95110
previous release. ([#92])
@@ -139,7 +154,7 @@
139154

140155
[#74]: https://github.com/mcmire/super_diff/pull/74
141156

142-
### Bug fixes
157+
### Fixes
143158

144159
* Get rid of warnings produced on Ruby 2.7.1. ([#71])
145160
* Fix diff produced by (incorrect) usage of `have_attributes` with a hash as the
@@ -176,19 +191,18 @@
176191

177192
## 0.4.2 - 2020-02-11
178193

179-
### Bug fixes
194+
### Fixes
180195

181196
* Fix `raise_error` when used with a regex. ([#72])
182197

183198
[#72]: https://github.com/mcmire/super_diff/pull/72
184199

185200
## 0.4.1 - 2020-01-30
186201

187-
### Bug fixes
202+
### Fixes
188203

189204
* Fix multiple exception failures so that they work again. ([#66])
190205

191-
[v0.4.1]: https://github.com/mcmire/super_diff/tree/v0.4.1
192206
[#66]: https://github.com/mcmire/super_diff/pull/66
193207

194208
## 0.4.0 - 2020-01-16

0 commit comments

Comments
 (0)