Skip to content

Commit a723358

Browse files
committed
Move "IRB history fix" changelog entry to bug fixes
It should not have been under Performance
1 parent f9395b1 commit a723358

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
@@ -53,6 +53,7 @@ Bug fixes:
5353
* Fix `IO` line reading calls when using a multi-byte delimiter (`IO#{each,gets,readline,readlines,etc.}) (#2961, @vinistock, @nirvdrum).
5454
* Fix the exception type raised when type coercion raises a `NoMethodError` (#2903, @paracycle, @nirvdrum).
5555
* Fix `Method` and `Proc` `#parameters` method to return `_` parameter name without synthetic suffix when there are multiple `_` parameters (@paracycle).
56+
* Fixed errors in IRB when attempting to navigate beyond bounds in singleline mode (@rwstauner).
5657

5758
Compatibility:
5859

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

143143
Changes:
144144

0 commit comments

Comments
 (0)