We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e737e72 commit f6315f7Copy full SHA for f6315f7
2 files changed
NEWS
@@ -1,3 +1,17 @@
1
+Changes between 6.4.0 and 6.5.0
2
+===============================
3
+Module changes:
4
+* xkcd module can now recognize xkcd.com urls
5
+* SSL is verified for HTTP requests when not turned off in the config
6
+* The command list is placed in a gist, to prevent flooding
7
+* Title finding uses a custom user agent, to prevent issues with some sites
8
+
9
+Core changes:
10
+* Intent handling is improved
11
12
+API changes:
13
+* A @url decorator is added to simplify URL handling
14
15
Changes between 6.3.1 and 6.4.0
16
===============================
17
Module changes:
sopel/__init__.py
@@ -29,7 +29,7 @@
29
import traceback
30
import signal
31
32
-__version__ = '6.4.0'
+__version__ = '6.5.0'
33
34
35
def _version_info(version=__version__):
0 commit comments