From 9f1d1b057545dd74e480594b7292d0f4c4e682d7 Mon Sep 17 00:00:00 2001 From: Eric Kessler Date: Thu, 7 Feb 2019 21:37:35 -0500 Subject: [PATCH] Update CHANGELOG.md Including the bug fix for #6720. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffaa05c144..3500b36709f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ * [#6722](https://github.com/rubocop-hq/rubocop/issues/6722): Fix an error for `Style/OneLineConditional` when `then` branch has no body. ([@koic][]) * [#6702](https://github.com/rubocop-hq/rubocop/pull/6702): Fix `TrailingComma` regression where heredoc with commas caused false positives. ([@abrom][]) * [#6737](https://github.com/rubocop-hq/rubocop/issues/6737): Fix an incorrect auto-correct for `Rails/LinkToBlank` when `link_to` method arguments are enclosed in parentheses. ([@koic][]) +* [#6720](https://github.com/rubocop-hq/rubocop/issues/6720): Fix detection of `:native` line ending for `Layout/EndOfLine` on JRuby. ([@enkessler][]) ### Changes @@ -3799,3 +3800,4 @@ [@dischorde]: https://github.com/dischorde [@mhelmetag]: https://github.com/mhelmetag [@Bhacaz]: https://github.com/bhacaz +[@enkessler]: https://github.com/enkessler