CHANGELOG.md in mutest-0.0.7 vs CHANGELOG.md in mutest-0.0.8
- old
+ new
@@ -4,10 +4,16 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [Master (Unreleased)]
+## [0.0.8] - 2017-11-08
+
+### Added
+
+- Added support for RSpec 3.7 [[#88](https://github.com/backus/mutest/pull/88/files) ([@damireh][])]
+
## [0.0.7] - 2017-06-18
### Added
- String literal mutations (`'foo'` -> `'foo__mutest__'`) [[#58](https://github.com/backus/mutest/pull/58/files) ([@dgollahon][])]
@@ -65,11 +71,12 @@
- Mutest disables (`# mutest:disable`) [[#6](https://github.com/backus/mutest/pull/6/files) ([@backus][])]
- Compound assignment mutations (`a += b` -> `a + b`, `a = b`) [[#2](https://github.com/backus/mutest/pull/2/files) ([@dgollahon][])]
<!-- Version diffs -->
-[Master (Unreleased)]: https://github.com/backus/mutest/compare/v0.0.7...HEAD
+[Master (Unreleased)]: https://github.com/backus/mutest/compare/v0.0.8...HEAD
+[0.0.8]: https://github.com/backus/mutest/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/backus/mutest/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/backus/mutest/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/backus/mutest/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/backus/mutest/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/backus/mutest/compare/v0.0.2...v0.0.3
@@ -78,5 +85,6 @@
<!-- Contributors -->
[@backus]: https://github.com/backus
[@dgollahon]: https://github.com/dgollahon
[@mvz]: https://github.com/mvz
+[@damireh]: https://github.com/damireh