From 400529e92c37e4c5aa587297dd989f07656dcc0b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Jul 2009 22:37:28 -0500 Subject: update Changes --- Changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changes b/Changes index 9129295..417746d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for IO-Pty-Easy +0.06 07/06/2009 + - Localize $@ and $? in the destructor + - Convert the module to use the actual pty object as the class instance, + rather than hiding it away in the hashref - now things like fileno($pty) + will do what you expect. This is potentially backwards-incompatible if + you have been digging around in the hash prior to this. + - Add a few accessors for the object state + 0.05 02/04/2009 - Fix read() returning undef on timeout -- cgit v1.2.3-54-g00ecf