summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-10 08:22:23 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-10 08:22:23 +0000
commitbfb684c0295e4527ba6b494834d783d878c2ca93 (patch)
tree880b25c60676f46c78ba5dfb32b665d21113180e /NEWS
parent9f1fb0a17febc59356d58cef5e98db61a3c03550 (diff)
NEWS: announce C99 requirement [ci skip]
[Misc #15347] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a08c10f5bc..74a33b8421 100644
--- a/NEWS
+++ b/NEWS
@@ -35,3 +35,6 @@ sufficient information, see the ChangeLog file or Redmine
=== Implementation improvements
=== Miscellaneous changes
+
+* Require compilers to support C99 [Misc #15347]
+ * Details of our dialect: https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/C99