aboutsummaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-01-03 12:09:14 -0500
committerZoffix Znet <cpan@zoffix.com>2016-01-03 12:09:14 -0500
commit83c4503293f96dac4ec36235605cdde38f9252d6 (patch)
tree819cdadcd7d0e8233f041a674bcd1b34a7fe3fba /Changes
parent5db14568632b4332dff496cf892535dc63d7561b (diff)
Fix incorrect release versions/dates
Diffstat (limited to 'Changes')
-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