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

NEWS.md: Describe changes of RBS

This commit is contained in:
Yusuke Endoh 2021-12-17 13:46:09 +09:00
parent 2585ff30d7
commit 58333c94d5

View file

@ -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.