Skip to content

Commit

Permalink
Release 7.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Nov 4, 2021
1 parent b61f630 commit 46d74df
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
When adding new entries, follow the style guide in NEWS.spec.md to avoid
causing problems with the site build.

Changes between 7.1.5 and 7.1.6
===============================

Plugin changes
--------------

* reddit: fix regression in shortlink (`redd.it/<postID>`) handling [[#2201][]]
* url: fix tripping on HTML character entities like `&apos;` if running on
Python 3.4+ [[#2204][]]
* wikipedia: add mobile links to URL handling [[#2201][]]

Core changes
------------

* Detect UTF-8 locale on Windows [[#2174][]]

API changes
-----------

* `web.decode()`: use Python's built-in HTML character entity decoder if
available [[#2204][]]
* Fix minor documentation error [[#2196][]]

[#2174]: https://github.com/sopel-irc/sopel/pull/2174
[#2196]: https://github.com/sopel-irc/sopel/pull/2196
[#2201]: https://github.com/sopel-irc/sopel/pull/2201
[#2202]: https://github.com/sopel-irc/sopel/pull/2202
[#2204]: https://github.com/sopel-irc/sopel/pull/2204


Changes between 7.1.4 and 7.1.5
===============================

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sopel
version = 7.1.6-dev
version = 7.1.6
description = Simple and extensible IRC bot
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit 46d74df

Please sign in to comment.