From 57394f14845482d8e16d85f3375c82639b6a4b51 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 15 Feb 2009 09:42:00 +0000 Subject: [PATCH] mention SecureRandom.urlsafe_base64. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 9679feb0d9..9663127e48 100644 --- a/NEWS +++ b/NEWS @@ -154,6 +154,10 @@ with all sufficient information, see the ChangeLog file. * incompatible changes: * Time.parse raises ArgumentError when no date information. +* securerandom + * new methods: + * SecureRandom.urlsafe_base64 + === Compatibility issues (excluding feature bug fixes) * Enumerator#rewind