summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-25 20:18:22 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-25 20:18:22 +0000
commit446a54178c4473a60d3ef5f41e143868a92f6111 (patch)
tree328c90ba23a79843d10cdd5840cdd8277d465283 /ChangeLog
parent405c4abb9f382c935b04c48f22b51b3f3970f71a (diff)
man/ruby.1: document stack size env variables
[Feature #10197] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86f9db71f3..521f254c7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 26 05:12:10 2014 Eric Wong <e@80x24.org>
+
+ * man/ruby.1: document stack size env variables
+ [Feature #10197]
+
Thu Sep 25 19:37:34 2014 Eric Wong <e@80x24.org>
* io.c (free_io_buffer): new function for a common pattern