summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-20 04:16:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-20 04:16:46 +0000
commit408885c891cd7a9da7f5d31b0e120d9ee3d3e07b (patch)
treeeefdc38b0ce291665fbeaa8e1dfc9bbe3390c2f3 /ChangeLog
parent814b83918e1628d0293b72a20d7147d07a17d1f1 (diff)
configure.in: DEPRECATED_BY
* configure.in (DEPRECATED_BY): deprecate warning with preferable alternative. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7287c99c81..a67757872d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Wed May 20 13:14:30 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Wed May 20 13:16:23 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (DEPRECATED_BY): deprecate warning with preferable
+ alternative.
* configure.in (RUBY_FUNC_ATTRIBUTE): allow attribute arguments in
the macro.