summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-01 22:19:04 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-01 22:19:04 +0000
commitdf932e66ce4990d3ce6feaa66c41a2b117e8ab39 (patch)
tree89bbfecbe5ec17997768c37b2497c5c742435708 /NEWS
parentbe30c131daf56f1f3143fbc323e986c496c72e38 (diff)
Add NEWS about hexadecimn floating point format.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4572e24c7..8242723b8e 100644
--- a/NEWS
+++ b/NEWS
@@ -112,6 +112,11 @@ with all sufficient information, see the ChangeLog file.
* New method:
* MatchData#==
+ * Object
+ * extended methods:
+ * Float() supports hexadecimal floating point format.
+ * printf() supports %a/%A format.
+
* Proc
* extended method:
* Proc#source_location returns location even if receiver is a method
@@ -228,6 +233,10 @@ with all sufficient information, see the ChangeLog file.
* OpenSSL::SSL::SSLSocket#connect_nonblock
* OpenSSL::SSL::SSLSocket#accept_nonblock
+* scanf
+ * support %a/%A format.
+
+
* socket
* incompatible changes: