summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index 417746d..b549909 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
Revision history for IO-Pty-Easy
+0.07 07/06/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?)
+
0.06 07/06/2009
- Localize $@ and $? in the destructor
- Convert the module to use the actual pty object as the class instance,