Skip to content

Commit 9826a6b

Browse files
committed
Fix changelog entries.
1 parent 965047a commit 9826a6b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Bug fixes:
44

55
* Improved compatibility with MRI's `Float#to_s` formatting (#1626).
6+
* Fixed `String#inspect` when the string uses a non-UTF-8 ASCII-compatible
7+
encoding and has non-ASCII characters.
8+
* Fixed `puts` for strings with non-ASCII-compatible encodings.
69

710
New features:
811

@@ -52,10 +55,6 @@ New features:
5255
* Implemented `String#delete_prefix`, `#delete_suffix`, and related methods.
5356
* Implemented `Dir.children` and `Dir#children`.
5457
* 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.
58-
* Fixed `puts` for strings with non-ASCII-compatible encodings.
5958

6059
Changes:
6160

0 commit comments

Comments
 (0)