summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-20 17:36:09 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-20 17:36:09 +0000
commit64c914706ebeeda42892c6e0a4082cff75e76a1f (patch)
tree3b655e4a22f84cbdfb05f48c521f869eb9019d4b /NEWS
parentb82ed2ce61923636ba679b76e7369d84f8c4e726 (diff)
erb.rb: Allow trimming CR in all trim_modes
to unify a behavior with r58823 and r58825. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2458ddd4f4..7dfcf8da7d 100644
--- a/NEWS
+++ b/NEWS
@@ -88,6 +88,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* New constants:
* RbConfig::LIMITS is added to provide the limits of C types.
+* ERB
+ * Carriage returns are changed to be trimmed properly if trim_mode is specified
+ and used. Duplicated newlines will be removed on Windows.
+ [Bug #5339] [Bug #11464]
+
=== Compatibility issues (excluding feature bug fixes)
* Net::HTTP