aboutsummaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-07-30 21:07:49 -0400
committerZoffix Znet <cpan@zoffix.com>2016-07-30 21:07:49 -0400
commit6edfc2405f31181c133579857b1498ff613ad479 (patch)
treeb3a5fc5d9cd9bb2fc8bfa4d5aebbddd9fbf7ae8b /Changes
parent04be2b889cc95bd8c96d10f70a4ce44bdde11239 (diff)
Fix broken regex match in signature3.003005
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index 07f4b75..73b5fb3 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for IRC::Client
-
+
+3.003005 2016-07-30
+ - Fix Privmsg message object match in signature regex
+ - Fix warnings in output
+
3.003004 2016-07-30
- Fix precompilation bug for Terminal::ANSIColor loading (MasterDuke)