Skip to content

Commit cc34437

Browse files
committed
[GR-19220] Move "IRB history fix" changelog entry to bug fixes
PullRequest: truffleruby/3766
2 parents b797073 + a723358 commit cc34437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Bug fixes:
5757
* Fix `IO` line reading calls when using a multi-byte delimiter (`IO#{each,gets,readline,readlines,etc.}`) (#2961, @vinistock, @nirvdrum).
5858
* Fix the exception type raised when type coercion raises a `NoMethodError` (#2903, @paracycle, @nirvdrum).
5959
* Fix `Method` and `Proc` `#parameters` method to return `_` parameter name without synthetic suffix when there are multiple `_` parameters (@paracycle).
60+
* Fixed errors in IRB when attempting to navigate beyond bounds in singleline mode (@rwstauner).
6061

6162
Compatibility:
6263

@@ -142,7 +143,6 @@ Performance:
142143
* `Process.pid` is now cached per process like `$$` (#2882, @horakivo)
143144
* Use the system `libyaml` for `psych` to improve warmup when parsing YAML (#2089, @eregon).
144145
* Fixed repeated deoptimizations for methods building an `Array` which is growing over multiple calls at a given call site (@eregon).
145-
* Fixed errors in IRB when attempting to navigate beyond bounds in singleline mode (@rwstauner).
146146

147147
Changes:
148148

0 commit comments

Comments
 (0)