diff --git a/ChangeLog b/ChangeLog index 10066923d..3e2421654 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,7 +31,7 @@ * Fixed a bug in User.hostmask list when there are no registered hostmasks. - * Changed irc.reply's prefixName keyword argument to prefixNick. + * Changed the prefixName keyword argument to prefixNick. * Updated the socket handling to properly detect when an IPV6 connection should be made. diff --git a/RELNOTES b/RELNOTES index edb0479a2..34b9abecb 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,12 @@ +Version 0.83.0 + +This far overdue release contains mostly bug-fixes. + +Incompatibilities: +Changed the prefixName keyword argument (which appears in various places +in callbacks.py and the reply-related irc methods) to prefixNick. + + Version 0.83.0rc3 This release candidate contains mostly bug-fixes.