Skip to content

Commit c6c6014

Browse files
committed
Note the String#inspect fix in the changelog.
1 parent f2c8cc7 commit c6c6014

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ New features:
5252
* Implemented `String#delete_prefix`, `#delete_suffix`, and related methods.
5353
* Implemented `Dir.children` and `Dir#children`.
5454
* Implemented `Integer#sqrt`.
55+
* Fixed error when using arrows keys first within `irb` or `pry` (#1478, #1486).
56+
* Fixed `String#inspect` when the string uses a non-UTF-8 ASCII-compatible
57+
encoding and has non-ASCII characters.
5558

5659
Changes:
5760

0 commit comments

Comments
 (0)