aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes10
1 files changed, 6 insertions, 4 deletions
diff --git a/Changes b/Changes
index 84771af..b4c29e4 100644
--- a/Changes
+++ b/Changes
@@ -1,14 +1,16 @@
Revision History for 'IRC::Client' Perl 6 Distribution
-2.002001 2016-01-03
- - Fixed grammar parsing errors that ignored nicks/usernames with underscores
- and digit 0 (#8)
- - Added server password support (#3)
+2.003001 Unreleased
[New Events]
- Added `irc-to-me` event
[New Methods]
- Added `notice` event
+2.002001 2016-01-01
+ - Fixed grammar parsing errors that ignored nicks/usernames with underscores
+ and digit 0 (#8)
+ - Added server password support (#3)
+
2.001002 2015-12-30
- Minor doc updates and fixed missing prepreqs in META.info file
- Bumped required perl version to 6.c