summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-13 09:05:46 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-13 09:05:46 +0000
commit5398ef4904fb49b1088a2578f9be4b3ab4164550 (patch)
tree36dbde7caeb2183ccd151414145f04da7cc787f5 /NEWS
parent8788489ca967599f83d96083f244f91c83286a88 (diff)
merge revision(s) 57603: [Backport #12997]
Merge Onigmo 6.1.1 * Support absent operator https://github.com/k-takata/Onigmo/issues/82 * https://github.com/k-takata/Onigmo/blob/Onigmo-6.1.1/HISTORY git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@57957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1c0bc904e4..9c0f48c4a0 100644
--- a/NEWS
+++ b/NEWS
@@ -140,7 +140,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Regexp#match? [Feature #8110]
This returns bool and doesn't save backref.
- * Update Onigmo 6.0.0.
+ * Update Onigmo 6.1.1.
+ * Support absent operator https://github.com/k-takata/Onigmo/issues/82
* Regexp/String: Updated Unicode version from 8.0.0 to 9.0.0 [Feature #12513]