Skip to content

Commit f639a02

Browse files
committed
Update changelog
[ci skip]
1 parent e69d32a commit f639a02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
* Add support for `hash_including`, `array_including`, `kind_of`, and
88
`instance_of`, which come from `rspec-mocks`. ([#128])
99

10+
* Update how Time-like values are displayed in diffs to include subseconds
11+
so that it is easy to tell the difference between two times that are extremely
12+
close to each other. ([#130])
13+
14+
[#128]: https://github.com/mcmire/super_diff/pull/128
15+
[#130]: https://github.com/mcmire/super_diff/pull/130
16+
1017
### Fixes
1118

1219
* Fix comparison involving hashes to prevent a case where the same key would

0 commit comments

Comments
 (0)