File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1919- Fixed location of opening tokens when invalid syntax is parsed.
2020- Fix RBI for parsing options.
2121
22+ ## [ 1.8.1] - 2026-03-16 (Ruby 4.0.2 maintenance release)
23+
24+ ### Changed
25+
26+ - Fix ` not ` binding power in endless methods.
27+ - Correctly handle ` and? ` and similar on Ruby 4.0.
28+ - Fix error message for block/lambda with ` ... ` argument.
29+ - Fix ` in ` handling.
30+
2231## [ 1.8.0] - 2026-01-12
2332
2433### Added
@@ -746,6 +755,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
746755
747756[ unreleased ] : https://github.com/ruby/prism/compare/v1.9.0...HEAD
748757[ 1.9.0 ] : https://github.com/ruby/prism/compare/v1.8.0...v1.9.0
758+ [ 1.8.1 ] : https://github.com/ruby/prism/compare/v1.8.0...v1.8.1
749759[ 1.8.0 ] : https://github.com/ruby/prism/compare/v1.7.0...v1.8.0
750760[ 1.7.0 ] : https://github.com/ruby/prism/compare/v1.6.0...v1.7.0
751761[ 1.6.0 ] : https://github.com/ruby/prism/compare/v1.5.2...v1.6.0
You can’t perform that action at this time.
0 commit comments