relnotes/v0.58.2.md
#6105: Support {a,b} file name globs in Exclude and Include config. (@mikeyhew)
#6116: Add ip to allowed names of Naming/UncommunicativeMethodParamName cop in default config. (@nijikon)
Layout/IndentationWidth when multiple modifiers are used in a block and a method call is made at end of the block. (@koic)Naming/MemoizedInstanceVariableName cop to allow methods to have leading underscores. (@kenman345)Layout/ClassStructure when there is a comment in the macro method to be auto-correct. (@koic)Lint/OrderedMagicComments when using { encoding: Encoding::SJIS } hash object after frozen_string_literal magic comment. (@koic)