NEWS: make links to label [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-12-15 08:38:36 +09:00
parent 78fad67ce6
commit 928cb6eeb6
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -108,9 +108,12 @@ sufficient information, see the ChangeLog file or Redmine
* Interpolated String literals are no longer frozen when
`# frozen-string-literal: true` is used. [[Feature #17104]]
* A static analysis foundation is introduced. See "Static analysis" section in detail.
* RBS is introduced. It is a type definition language for Ruby programs.
* TypeProf is experimentally bundled. It is a type analysis tool for Ruby programs.
* A {static analysis}[rdoc-label:label-Static+analysis] foundation is
introduced.
* {RBS}[rdoc-label:label-RBS] is introduced. It is a type definition
language for Ruby programs.
* {TypeProf}[rdoc-label:label-TypeProf] is experimentally bundled. It is a
type analysis tool for Ruby programs.
## Command line options