aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 13:15:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 13:15:11 +0000
commit3f90a4ae1e5a6c3dcf83ece419019a1797caed04 (patch)
tree6feaddc31f4564cf11d11f193b11fe1b16ec5cca /NEWS
parent9d57cf88098951aea06ff0743451d6ea31a1fb38 (diff)
downloadruby-3f90a4ae1e5a6c3dcf83ece419019a1797caed04.tar.gz
io-console.gemspec: bump up
* ext/io/console/io-console.gemspec: bump up to 0.4.4. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 19fab02df1..e33f968b89 100644
--- a/NEWS
+++ b/NEWS
@@ -257,6 +257,9 @@ with all sufficient information, see the ChangeLog file.
* Fiddle
* Fiddle::Function#call releases the GVL. [Feature #11607]
+* io-console
+ * Update to io-console 0.4.4
+
* lib/base64.rb
* Base64.urlsafe_encode64: added a "padding" option to suppress
the padding character ("="). [Feature #10740]