Skip to content

Commit 46d74df

Browse files
committed
Release 7.1.6
1 parent b61f630 commit 46d74df

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

NEWS

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
22
When adding new entries, follow the style guide in NEWS.spec.md to avoid
33
causing problems with the site build.
44

5+
Changes between 7.1.5 and 7.1.6
6+
===============================
7+
8+
Plugin changes
9+
--------------
10+
11+
* reddit: fix regression in shortlink (`redd.it/<postID>`) handling [[#2201][]]
12+
* url: fix tripping on HTML character entities like `&apos;` if running on
13+
Python 3.4+ [[#2204][]]
14+
* wikipedia: add mobile links to URL handling [[#2201][]]
15+
16+
Core changes
17+
------------
18+
19+
* Detect UTF-8 locale on Windows [[#2174][]]
20+
21+
API changes
22+
-----------
23+
24+
* `web.decode()`: use Python's built-in HTML character entity decoder if
25+
available [[#2204][]]
26+
* Fix minor documentation error [[#2196][]]
27+
28+
[#2174]: https://github.com/sopel-irc/sopel/pull/2174
29+
[#2196]: https://github.com/sopel-irc/sopel/pull/2196
30+
[#2201]: https://github.com/sopel-irc/sopel/pull/2201
31+
[#2202]: https://github.com/sopel-irc/sopel/pull/2202
32+
[#2204]: https://github.com/sopel-irc/sopel/pull/2204
33+
34+
535
Changes between 7.1.4 and 7.1.5
636
===============================
737

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sopel
3-
version = 7.1.6-dev
3+
version = 7.1.6
44
description = Simple and extensible IRC bot
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)