@@ -2,6 +2,42 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
22When adding new entries, follow the style guide in NEWS.spec.md to avoid
33causing problems with the site build.
44
5+ Changes between 7.1.2 and 7.1.3
6+ ===============================
7+
8+ Plugin changes
9+ --------------
10+
11+ * announce: fix Python 3 compatibility [[#2166][]]
12+ * reddit: fix handling post links with parameters, e.g. sorting [[#2163][]]
13+ * reddit: silence PRAW update notices [[#2171][]]
14+ * tell: don't strip IRC formatting at message start [[#2162][]]
15+ * translate: better error handling in `.mangle` [[#2160][]]
16+ * wikipedia: skip messagebox template contents for cleaner snippets [[#2159][]]
17+ * wikipedia: improve handling of links to transcluded sections [[#2168][]]
18+
19+ Core changes
20+ ------------
21+
22+ * Fixed showing plugin information in `sopel-plugins` CLI tool even if loading
23+ the plugin fails [[#2135][]]
24+ * Stop warning about `parse == bool` configuration settings in 7.x [[#2164][]]
25+ * This warning will return in Sopel 8.0, a major release which will be a
26+ more natural time for plugin maintainers to release compatibility updates.
27+ * Fixed `requests` requirement on Python 3.3 [[#2172][]]
28+
29+ [#2135]: https://github.com/sopel-irc/sopel/pull/2135
30+ [#2159]: https://github.com/sopel-irc/sopel/pull/2159
31+ [#2160]: https://github.com/sopel-irc/sopel/pull/2160
32+ [#2162]: https://github.com/sopel-irc/sopel/pull/2162
33+ [#2163]: https://github.com/sopel-irc/sopel/pull/2163
34+ [#2164]: https://github.com/sopel-irc/sopel/pull/2164
35+ [#2166]: https://github.com/sopel-irc/sopel/pull/2166
36+ [#2168]: https://github.com/sopel-irc/sopel/pull/2168
37+ [#2171]: https://github.com/sopel-irc/sopel/pull/2171
38+ [#2172]: https://github.com/sopel-irc/sopel/pull/2172
39+
40+
541Changes between 7.1.1 and 7.1.2
642===============================
743
0 commit comments