--- cvsroot/Net-IRC3/Changes 2006/07/16 02:09:12 1.1 +++ cvsroot/Net-IRC3/Changes 2006/11/26 02:32:00 1.7 @@ -1,5 +1,18 @@ Revision history for Net-IRC3 -0.01 Sat Jul 15 23:46:49 UTC 2006 - First version, released on an unsuspecting world. +0.4 + - fixed broken PONG reply before 001 + - made channel_list return a empty hash instead undef when no channel is joined + +0.3 Mon Jul 17 13:43:13 UTC 2006 + - Refactored the code: Remove Client.pm, and make the connections + to standalone objects. + - Added nickname tracing for channels + +0.2 Sun Jul 16 12:58:06 CEST 2006 + - Code got a little bit refactored and wrote documentation. + It seems ready for a first release. + +0.1 Sat Jul 15 23:46:49 UTC 2006 + - First version, released on an unsuspecting world.