summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-07 00:01:23 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-07 00:07:36 -0500
commite40557c2e2994d5f86a8ae46ad64f5a4a2cf62f0 (patch)
tree602bd8c8e4c1fcc815b72606a24effed07c3af09 /Changes
parent4b10de662bdc9ef43a3728938b08bf571ee2ca53 (diff)
downloadio-pty-easy-e40557c2e2994d5f86a8ae46ad64f5a4a2cf62f0.tar.gz
io-pty-easy-e40557c2e2994d5f86a8ae46ad64f5a4a2cf62f0.zip
update Changes
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index b549909..7efcece 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,12 @@
Revision history for IO-Pty-Easy
-0.07 07/06/2009
+0.07 07/07/2009
- Add a constructor option 'raw' (default true) to configure whether the
pty should be set to raw mode on spawn.
- Don't ever automatically set the master side of the pty to raw, since
it's controlled by the parent process (I don't think this should break
anything?)
+ - Build system changed to Dist::Zilla
0.06 07/06/2009
- Localize $@ and $? in the destructor