From cbec533677654f9cb5e2a4c21c2f11ae6928bc20 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Wed, 23 Oct 2019 13:23:43 +0900 Subject: [PATCH] Add gem names [ci skip] --- NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index eb805327fe..f33964a91a 100644 --- a/NEWS +++ b/NEWS @@ -539,11 +539,11 @@ StringScanner:: * The following libraries are no longer bundled gems. Install corresponding gems to use these features. - * CMath - * Scanf - * Shell - * Synchronizer - * ThreadsWait + * CMath (cmath gem) + * Scanf (scanf gem) + * Shell (shell gem) + * Synchronizer (sync gem) + * ThreadsWait (thwait gem) Proc:: * Proc#to_s format was changed. [Feature #16101]