Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.2.0 - 2026-06-17
Added
- HashInspect/LegacyHashInspectFormat cop: flags string, interpolated-string, and regexp literals containing the legacy Hash#inspect output format ({:sym=>val}, Ruby <= 3.3) that breaks on Ruby 3.4 / Puppet 9, which changed Hash#inspect to {sym: val} (Ruby Bug #20433).