aboutsummaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-01-01 08:48:48 -0500
committerZoffix Znet <cpan@zoffix.com>2016-01-01 08:48:48 -0500
commitce9eb0ee6f2903c551f88f989ef17ef8f1dbdc1f (patch)
tree8c2f73c141c72d6574bcb804659ac166bef78a4b /Changes
parent938d734988bd99db66968698360a2a1a08f18025 (diff)
Fix Grammar. Closes #8
Fix digit zero being used instead of a null byte. Fix ignoring of underscores in nicknames
Diffstat (limited to 'Changes')
-rw-r--r--Changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes b/Changes
index 16a6311..cbe634b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision History for 'IRC::Client' Perl 6 Distribution
+2.002002 2016-01-01
+ - Fix grammar parsing errors that ignored nicks/usernames with underscores
+ and digit 0
+ -
+
2.001002 2015-12-30
- Minor doc updates and fixed missing prepreqs in META.info file
- Bumped required perl version to 6.c