summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-12-17 13:46:09 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-12-17 13:46:09 +0900
commit58333c94d527526c1d485a7fbed57e1b6f28f994 (patch)
tree807b88bdd9067c210fc1c1ee34d6fa087295edcc
parent2585ff30d72463c2d13b87d759fe5ea272f85967 (diff)
NEWS.md: Describe changes of RBS
-rw-r--r--NEWS.md6
1 files changed, 6 insertions, 0 deletions
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.