about summary refs log tree commit
diff options
context:
space:
mode:
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index 3983d06..3bb89c7 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl distribution libnet
 
 3.08 Development
 
+    - Fix a bug introduced in version 1.28 whereby a short write in Net::Cmd
+      would be treated as an error instead of looping.  [David Golden, PR#24]
+
     - Documented the fact that Net::SMTP::auth() can accept an Authen::SASL
       object instead of a username and password.  [Jan Viktorin, CPAN RT#106183]