File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
Bug fixes:
4
4
5
5
* 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.
6
9
7
10
New features:
8
11
@@ -52,10 +55,6 @@ New features:
52
55
* Implemented ` String#delete_prefix ` , ` #delete_suffix ` , and related methods.
53
56
* Implemented ` Dir.children ` and ` Dir#children ` .
54
57
* 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.
59
58
60
59
Changes:
61
60
You can’t perform that action at this time.
0 commit comments