From 58333c94d527526c1d485a7fbed57e1b6f28f994 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Fri, 17 Dec 2021 13:46:09 +0900 Subject: [PATCH] NEWS.md: Describe changes of RBS --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index 65bca4be2d..cfe25422e8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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.