summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-16 08:51:23 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-16 08:51:23 +0000
commit62916542b2c04df45ee153f0851cd811dbf02388 (patch)
treee06e2cc92daa38c54afa3e9425b583899d3b7818 /NEWS
parent28d0fee9f6e2de329d88b38e7919e17c94e65444 (diff)
add NEWS entry for VM generator renewal [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62431 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 fc758ec822..8270d48ed6 100644
--- a/NEWS
+++ b/NEWS
@@ -54,4 +54,6 @@ with all sufficient information, see the ChangeLog file or Redmine
* `--jit` option to enable JIT compiler is added. [Feature #14235] [experimental]
+* VM generator script renewal; makes the generated VM more optimized. [GH-1779]
+
=== Miscellaneous changes