summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-05 05:27:42 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-05 05:27:42 +0000
commit82dd08285fef4f4da7b52d53e1d07215c925d9f6 (patch)
treeb5fe090d3f07b141710840af104b1bd2ebcf6d1f /ChangeLog
parent4043565023531d173478c216e2a9cc6228f44a7e (diff)
* range.c: Add docs for max/min behavior with exclusive range.
[fix GH-1433][ci skip] Patch by @BM5k git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56347 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 3645fd3bc6..ebc1652d56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 5 14:27:36 2016 Byron Bowerman <me@bm5k.com>
+
+ * range.c: Add docs for max/min behavior with exclusive range.
+ [fix GH-1433][ci skip] Patch by @BM5k
+
Wed Oct 5 12:57:21 2016 Richard Schneeman <richard.schneeman+foo@gmail.com>
* ext/socket/*.c: Add proper require for example to work.