summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2023-01-05 22:09:42 -0300
committerAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2023-01-05 22:09:42 -0300
commita2c77729ecc0482b4e3d0d9956f76878a749dfc1 (patch)
treebeb92597b23b603dde3b8c82c0f2690f0f8f08dc
parent468cf20986ce5072dbad6500ec20554cb420e66d (diff)
downloadpry-a2c77729ecc0482b4e3d0d9956f76878a749dfc1.tar.gz
Update CHANGELOG.md to reflect the latest master changes
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65ec4029..41aee074 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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