aboutsummaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-01-03 12:08:37 -0500
committerZoffix Znet <cpan@zoffix.com>2016-01-03 12:08:37 -0500
commit5db14568632b4332dff496cf892535dc63d7561b (patch)
treed8ce68ff5dd757613db668636cf4dabedddd0582 /Changes
parentd7f602413382660a58d14cc78e666e7f3c4b87bf (diff)
Add .notice method
Diffstat (limited to 'Changes')
-rw-r--r--Changes9
1 files changed, 6 insertions, 3 deletions
diff --git a/Changes b/Changes
index bb4b730..84771af 100644
--- a/Changes
+++ b/Changes
@@ -1,10 +1,13 @@
Revision History for 'IRC::Client' Perl 6 Distribution
2.002001 2016-01-03
- - Fix grammar parsing errors that ignored nicks/usernames with underscores
+ - Fixed grammar parsing errors that ignored nicks/usernames with underscores
and digit 0 (#8)
- - Add server password support (#3)
- - Add `irc-to-me` method
+ - Added server password support (#3)
+ [New Events]
+ - Added `irc-to-me` event
+ [New Methods]
+ - Added `notice` event
2.001002 2015-12-30
- Minor doc updates and fixed missing prepreqs in META.info file