Skip to content

Commit 2aa077c

Browse files
committed
Update Changelog
1 parent 8e92183 commit 2aa077c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Compatibility:
2626
* Always terminate native strings with enough `\0` bytes (#2704, @eregon).
2727
* Support `#dup` and `#clone` on foreign strings (@eregon).
2828
* Fix `Regexp.new` to coerce non-String arguments (#2705, @andrykonchin).
29+
* Fix `Kernel#sprintf` formatting for `%c` when used non-ASCII encoding (#2369, @andrykonchin).
30+
* Fix `Kernel#sprintf` argument casting for `%c` (@andrykonchin).
2931

3032
Performance:
3133

0 commit comments

Comments
 (0)