Skip to content

Commit

Permalink
Release 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Sep 10, 2016
1 parent 4bf002e commit 7dfae7e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Changes between 6.3.1 and 6.4.0
===============================
Module changes:
* For some subreddits where NSFW is used to mark spoilers, an appropriate tag is shown.
* .ddg avoids giving ad results.
* .wa is fully removed; a replacement can be found on PyPI as sopel-modules.wolfram

Core changes:
* Support for authenticating with Quakenet's Q is added.
* Errors from empty PID files are fixed.
* Issues with errors not being logged to the logging channel are fixed.
* Topic tracking is improved.
* extended-join is supported properly
* Error messages being reported to the triggering channel/user can be disabled.

API changes:
* Channel priliveges are no longer checked in private messages.
* Rate limiting can now be done by channel and globally, not just per user.

Changes between 6.3.0 and 6.3.1
===============================
Module changes:
Expand Down
2 changes: 1 addition & 1 deletion sopel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import traceback
import signal

__version__ = '6.3.1'
__version__ = '6.4.0'


def _version_info(version=__version__):
Expand Down

0 comments on commit 7dfae7e

Please sign in to comment.