1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Added syntax_suggest entry to NEWS

This commit is contained in:
Hiroshi SHIBATA 2022-08-22 11:40:38 +09:00
parent 70f69f8539
commit 3d6baad7fa
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -156,6 +156,11 @@ Note: We're only listing outstanding class updates.
## Stdlib updates ## Stdlib updates
* SyntaxSuggest
* The feature of `syntax_suggest` formerly `dead_end` is integrated in Ruby.
[[Feature #18159]]
* The following default gems are updated. * The following default gems are updated.
* RubyGems 3.4.0.dev * RubyGems 3.4.0.dev
* bigdecimal 3.1.2 * bigdecimal 3.1.2
@ -281,3 +286,4 @@ The following deprecated APIs are removed.
[Bug #18782]: https://bugs.ruby-lang.org/issues/18782 [Bug #18782]: https://bugs.ruby-lang.org/issues/18782
[Feature #18788]: https://bugs.ruby-lang.org/issues/18788 [Feature #18788]: https://bugs.ruby-lang.org/issues/18788
[Feature #18809]: https://bugs.ruby-lang.org/issues/18809 [Feature #18809]: https://bugs.ruby-lang.org/issues/18809
[Feature #18159]: https://bugs.ruby-lang.org/issues/18159