@@ -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.0 and 7.1.1
6+ ===============================
7+
8+ Plugin changes
9+ --------------
10+
11+ * safety: fixed loading bad-domains list on py2 [[#2103][]]
12+ * tell: fixed hard-coded verb when trying to `.ask` the bot [[#2106][]]
13+ * tld: fixed `.tldcache clear` command corrupting internal state [[#2077][]]
14+
15+ Core changes
16+ ------------
17+
18+ * Fixed `BooleanAttribute` with `default=True` [[#2084][]]
19+ * Ignore invalid URLs when triggering URL callbacks [[#2086][]]
20+ * Fixed infinite loop in WHO tracking on certain networks [[#2091][]]
21+ * Ignore problematic environment variables in tests [[#2094][]]
22+ * Improved MODE tracking even more [[#2097][], [#2098][]]
23+ * Updated, clarified, and expanded even more documentation [[#2090][],
24+ [#2096][], [#2105][], [#2108][]]
25+
26+ [#2077]: https://github.com/sopel-irc/sopel/pull/2077
27+ [#2084]: https://github.com/sopel-irc/sopel/pull/2084
28+ [#2086]: https://github.com/sopel-irc/sopel/pull/2086
29+ [#2090]: https://github.com/sopel-irc/sopel/pull/2090
30+ [#2091]: https://github.com/sopel-irc/sopel/pull/2091
31+ [#2094]: https://github.com/sopel-irc/sopel/pull/2094
32+ [#2096]: https://github.com/sopel-irc/sopel/pull/2096
33+ [#2097]: https://github.com/sopel-irc/sopel/pull/2097
34+ [#2098]: https://github.com/sopel-irc/sopel/pull/2098
35+ [#2103]: https://github.com/sopel-irc/sopel/pull/2103
36+ [#2105]: https://github.com/sopel-irc/sopel/pull/2105
37+ [#2106]: https://github.com/sopel-irc/sopel/pull/2106
38+ [#2108]: https://github.com/sopel-irc/sopel/pull/2108
39+
40+
541Changes between 7.0.7 and 7.1.0
642===============================
743
0 commit comments