aboutsummaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2015-12-21 09:56:38 -0500
committerZoffix Znet <cpan@zoffix.com>2015-12-21 09:56:38 -0500
commitc525790efcc8f1b45c3d236a08da1f8ed122fc9b (patch)
tree5ba5df3fcbeb2f640f2dcc9373f2a730a0f80fdc /Changes
parentebdb216d4d47e1ab061e3719fe3af01856d2486f (diff)
Bump versions
Diffstat (limited to 'Changes')
-rw-r--r--Changes8
1 files changed, 4 insertions, 4 deletions
diff --git a/Changes b/Changes
index e04841e..0ac6bda 100644
--- a/Changes
+++ b/Changes
@@ -1,12 +1,12 @@
Revision History for 'IRC::Client' Perl 6 Distribution
-1.002001 Unreleased
+2.001001 2015-12-21
[Redesign plugin system]
- each IRC command can now be implemented with a specific method of
- name 'irc_COMMAND'
+ name 'irc-command'
- Added individual privmsg-me and notice-me methods
- - Removed `interval` plugin methods.
- - Added `register` plugin method that is called during client start up
+ - Removed `interval` and `msg` plugin methods.
+ - Added `irc-start-up` and `irc-connected` plugin methods
[Other]
- Improved debug output