Skip to content

Commit

Permalink
Merge pull request #2265 from andrehjr/update-changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG.md to reflect the latest master changes
  • Loading branch information
andrehjr committed Jan 6, 2023
2 parents 468cf20 + a2c7772 commit c18a7b0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
### master

#### Features

* Configure `code` as a supported editor on Pry::Editor
([#2236](https://github.com/pry/pry/pull/2236))
* Added support for Ruby 3.2
([#2263](https://github.com/pry/pry/pull/2263))
* Added support for Ruby 3.1
([#2228](https://github.com/pry/pry/pull/2228))

#### Bug fixes

* Short circuit eval regexes in finding module definition
([#2253](https://github.com/pry/pry/pull/2253))
* Revert "Escape non-printing characters"
([#2235](https://github.com/pry/pry/pull/2235))
* Fixed bug where WeirdMethodLocator would fail to find the source of a method breaking whereami
([#2244](https://github.com/pry/pry/pull/2244))
* Fixed bug where pry would throw an FrozenError when dealing with incomplete tokens
([#2136](https://github.com/pry/pry/pull/2136))
* Restore --no-history CLI flag functionality
([#2196](https://github.com/pry/pry/pull/2196))
* Fixed bug where reading from the `_out_` sticky local variable could return
wrong results ([#2201](https://github.com/pry/pry/pull/2201))

#### Breaking Changes

* Remove support for Ruby 1.9 and JRuby < 9.0
([#2239](https://github.com/pry/pry/pull/2239))

### [v0.14.1][v0.14.1] (April 12, 2021)

#### Bug fixes
Expand Down

0 comments on commit c18a7b0

Please sign in to comment.