CHANGELOG.md in rubycritic-3.4.0 vs CHANGELOG.md in rubycritic-3.5.0
- old
+ new
@@ -1,9 +1,15 @@
-# master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v3.4.0...master)
+# master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v3.5.0...master)
-*
+# 3.5.0 / 2018-09-03 [(commits)](https://github.com/whitesmith/rubycritic/compare/v3.4.0...v3.5.0)
+* [CHANGE] Add ability to compare only the modified files between two branches. Refactored option `--mode-ci`, added `--branch` and `--maximum-decrease` (by [@HemanthMudalaiah][])
+* [CHANGE] Optimized all images (by [@SuperSandro2000][])
+* [BUGFIX] Fixed opening report in chrome on windows (by [@SuperSandro2000][])
+* [BUGFIX] Fixed churn on windows (by [@SuperSandro2000][])
+* [BUGFIX] Fixed gem not installing under restricted windows environments (by [@onumis][])
+
# 3.4.0 / 2018-03-22 [(commits)](https://github.com/whitesmith/rubycritic/compare/v3.3.0...v3.4.0)
* [CHANGE] Update `rubocop` to 0.51.0 (by [@olleolleolle][])
* [CHANGE] Update `parser` to 2.5.0 (by [@joshrpowell][])
* [CHANGE] Update `rainbow` to 3.0 (by [@joshrpowell][])
@@ -234,5 +240,7 @@
[@yuku-t]: https://github.com/yuku-t
[@ochagata]: https://github.com/ochagata
[@nightscape]: https://github.com/nightscape
[@nbekirov]: https://github.com/nbekirov
[@joshrpowell]: https://github.com/joshrpowell
+[@HemanthMudalaiah]: https://github.com/HemanthMudalaiah
+[@SuperSandro2000]: https://github.com/SuperSandro2000