aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rw-r--r--META6.json2
2 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index ff8f1a4..49caeeb 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,9 @@
Revision history for IRC::Client
-unreleased
+3.006003
- Improve docs by adding tables of contents
+ - Fixed inability to subscribe to numerics due to irc-\d+ not being a valid
+ Perl 6 identifier
3.006002 2016-08-08
- Emit irc-started before any connection is made
diff --git a/META6.json b/META6.json
index af98567..55379c9 100644
--- a/META6.json
+++ b/META6.json
@@ -1,7 +1,7 @@
{
"perl" : "6.c",
"name" : "IRC::Client",
- "version" : "3.006002",
+ "version" : "3.006003",
"description" : "Extendable Internet Relay Chat client",
"depends" : [
],