Skip to content

Commit aa6bce6

Browse files
authored
Merge pull request #4007 from Earlopain/sync-changelog
Sync changelog
2 parents b44fbb8 + 7d7870e commit aa6bce6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)