aboutsummaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
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