From 5de218977435fcf2d42920b4d0efb97cbf8a144a Mon Sep 17 00:00:00 2001 From: Jaime Rave Torres Date: Thu, 27 Aug 2020 15:11:27 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 588b834a949..9be7f8b47af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ * [#8513](https://github.com/rubocop-hq/rubocop/pull/8513): Clarify the ruby warning mentioned in the `Lint/ShadowingOuterLocalVariable` documentation. ([@chocolateboy][]) * [#8517](https://github.com/rubocop-hq/rubocop/pull/8517): Make `Style/HashTransformKeys` and `Style/HashTransformValues` aware of `to_h` with block. ([@eugeneius][]) * [#8529](https://github.com/rubocop-hq/rubocop/pull/8529): Mark `Lint/FrozenStringLiteralComment` as `Safe`, but with unsafe auto-correction. ([@marcandre][]) +* [#8602](https://github.com/rubocop-hq/rubocop/pull/8602): Support Truffleruby. ([@jaimerave][]) ## 0.89.1 (2020-08-10) @@ -4817,3 +4818,4 @@ [@nguyenquangminh0711]: https://github.com/nguyenquangminh0711 [@chocolateboy]: https://github.com/chocolateboy [@Lykos]: https://github.com/Lykos +[@jaimerave]: https://github.com/jaimerave