NEWS.md: Describe changes of RBS

This commit is contained in:
Yusuke Endoh 2021-12-17 13:46:09 +09:00
Родитель 2585ff30d7
Коммит 58333c94d5
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -466,6 +466,12 @@ See [this blog post](https://shopify.engineering/yjit-just-in-time-compiler-crub
### RBS
* rbs collection has been introduced to manage gems RBSs. doc
* Many signatures for built-in and standard libraries have been added/updated.
* It includes many bug fixes and performance improvements too.
See the [CHANGELOG.md](https://github.com/ruby/rbs/blob/master/CHANGELOG.md) for more information.
### TypeProf
* [Experimental IDE support](https://github.com/ruby/typeprof/blob/master/doc/ide.md) has been implemented.