aboutsummaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-05-07 09:54:04 -0400
committerZoffix Znet <cpan@zoffix.com>2016-05-07 09:54:04 -0400
commite997c1b0b5ad796425abfc9f81b91947357172ce (patch)
tree5f38fbef79ec7ad57bc0bc734245f0f236aab368 /Changes
parent72c3d0c15907024fd2cfa4426c7dfa521609d647 (diff)
Toss versions in source
Diffstat (limited to 'Changes')
-rw-r--r--Changes30
1 files changed, 0 insertions, 30 deletions
diff --git a/Changes b/Changes
deleted file mode 100644
index 3d8edd5..0000000
--- a/Changes
+++ /dev/null
@@ -1,30 +0,0 @@
-Revision History for 'IRC::Client' Perl 6 Distribution
-
-2.003001 2016-01-6
- [New Events]
- - Added `irc-to-me` event
- [New Methods]
- - Added `notice` method
- - Added `respond` method
-
-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
-
-2.001001 2015-12-21
- [Redesign plugin system]
- - each IRC command can now be implemented with a specific method of
- name 'irc-command'
- - Added individual privmsg-me and notice-me methods
- - Removed `interval` and `msg` plugin methods.
- - Added `irc-start-up` and `irc-connected` plugin methods
- [Other]
- - Improved debug output
-
-1.001001 2015-11-19
- - First version released on an unsuspecting world