summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-24 05:04:20 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-24 05:04:20 +0000
commit5936806c663ea8ba5c560936a78bb214c26ab612 (patch)
tree12a202f0e4d36eecad8a367adaaf33efec0ce988 /ChangeLog
parentf9c24492a3ae727a6059b27bb9cdba31b749317c (diff)
* ext/pty/pty.c: Documentation for the PTY module [Backport #7928]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42b1950061..502773f736 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 20 13:37:00 2013 Zachary Scott <zachary@zacharyscott.net>
+
+ * ext/pty/pty.c: Documentation for the PTY module [Backport #7928]
+
Wed Feb 20 12:18:00 2013 Zachary Scott <zachary@zacharyscott.net>
* object.c: Document Data class by Matthew Mongeau [Backport #7929]