summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-12-10 16:10:39 +0900
committernagachika <nagachika@ruby-lang.org>2022-12-10 16:10:39 +0900
commitc33615b6543b46227e7f51c17c2d725cf5bfa2ef (patch)
treefefb92fefc5830369f83708fc251ea7b9d23724d /NEWS.md
parentfc8d22f89124d2b7f1df5de87274e86ccefadbd2 (diff)
NEWS.md: Added compatibility issue of String#to_c. [ruby-core:110523] [Bug #19087]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 8dbd8f2b2e..74e2150688 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -468,7 +468,8 @@ Note: We're only listing outstanding class updates.
## Compatibility issues
-Note: Excluding feature bug fixes.
+* `String#to_c` currently treat a sequence of underscores as an end of Complex
+ string. [[Bug #19087]]
### Removed constants
@@ -671,6 +672,7 @@ The following deprecated APIs are removed.
[Feature #19070]: https://bugs.ruby-lang.org/issues/19070
[Feature #19071]: https://bugs.ruby-lang.org/issues/19071
[Feature #19078]: https://bugs.ruby-lang.org/issues/19078
+[Bug #19087]: https://bugs.ruby-lang.org/issues/19087
[Bug #19100]: https://bugs.ruby-lang.org/issues/19100
[Feature #19135]: https://bugs.ruby-lang.org/issues/19135
[Feature #19138]: https://bugs.ruby-lang.org/issues/19138