diff --git a/ChangeLog b/ChangeLog index be3c5f231..6ec9a5604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2009-05-25 James Vega + + * Version 0.83.4.1! + + * Fixed a bug in Factoids where the help could not be retrieved for + any command. + + * Fixed a bug where Plugin.list wouldn't list any aliases/RSS feeds + from the Alias/RSS plugins. + + * Updated Google to ensure the third-party json module (different API + than simplejson) isn't loaded. Based on a patch from Ricky Zhou. + + * Updated Channel.nicks so it doesn't reply with nicks from secret + channels outside of that channel. + + * Updated Channel.{op,halfop,voice,deop,dehalfop,devoice} commands so + they respect the server's "max mode changes per message" setting. + + * Updated utils.str.nItems to accept long as well as int. Thanks to + Ricky Zhou for the patch. + 2009-05-18 James Vega * Version 0.83.4! diff --git a/RELNOTES b/RELNOTES index 6c42f3e8f..b7dbce7cf 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,11 @@ +Version 0.83.4.1 + +Simple bug-fix release for a couple changes that were introduced last minute +before the previous release. + +No incompatibilities. + + Version 0.83.4 This release contains fixes for Python2.6 compability as well as a re-written