summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-03 06:30:58 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-03 06:30:58 +0000
commitee7fa8b227a43f2e0af34c73bbdbf549bfaeb189 (patch)
tree792ea034d80f22b44fafddb2391faaaf5638fa7a /NEWS
parentb69c18cff10936ca8431ab391b0e77760717f882 (diff)
Add a description about string-scrub.gem to NEWS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1b27c83948..b11e6923d3 100644
--- a/NEWS
+++ b/NEWS
@@ -107,6 +107,8 @@ with all sufficient information, see the ChangeLog file.
* String
* New methods:
* String#scrub and String#scrub! verify and fix invalid byte sequence.
+ If you want to use this function with older Ruby,
+ consider to use string-scrub.gem.
* extended methods:
* If invalid: :replace is specified for String#encode, replace
invalid byte sequence even if the destination encoding equals to