summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-09 13:20:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-09 13:20:55 +0000
commita1a6481ae89be160195128e9304b74db2f363734 (patch)
treefaee45c07ba3b1530733902211d5bbbed1bfa77f
parentecab6908621da9202e7e9c9caccc8424f525be26 (diff)
* ChangeLog: fix the reason.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 31c0b047f6..d6e15de73e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,7 @@
Fri Aug 9 07:16:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
* ext/io/console/console.c: delete redefinition of rb_cloexec_open.
- This function is always defined by io.c and is declared as non-static
- in a header file, so this declaration causes a compilation error.
+ drop support for 1.8 and 1.9 from the next release of io-console gem.
Fri Aug 9 19:13:54 2013 Koichi Sasada <ko1@atdot.net>