@@ -2,6 +2,46 @@ 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.0.1 and 7.0.2
6+ ===============================
7+
8+ Plugin changes
9+ --------------
10+
11+ * Fix version comparison in `find_updates` plugin [[#1832][]]
12+ * Suppress link when `xkcd` plugin is triggered by a URL [[#1848][]]
13+ * Fix `reddit` grammar when post/comment only has 1 point [[#1849][]]
14+ * Handle missing data when `safety` plugin uses VirusTotal [[#1851][]]
15+ * Update `search` plugin for changed Bing SERPs [[#1852][]]
16+ * Also fixes `xkcd` plugin's find-comic-by-keywords functionality
17+
18+ Core changes
19+ ------------
20+
21+ * Fixed that per-channel configuration didn't work as documented for some
22+ plugin types [[#1840][]]
23+ * Show how to use channel key (password) in configuration examples [[#1844][]]
24+ * Fixed URL callbacks bypassing user/channel restrictions [[#1845][]]
25+ * Capped `urllib3` (transitive dependency from `requests`) version on Python
26+ 3.3 to avoid a recent release breaking things
27+ * Meta: Fixed incorrect links in changelog entry for 7.0.1
28+
29+ API changes
30+ -----------
31+
32+ * Handle 0 seconds properly in `tools.time.seconds_to_human()` [[#1843][]]
33+
34+ [#1832]: https://github.com/sopel-irc/sopel/pull/1832
35+ [#1840]: https://github.com/sopel-irc/sopel/pull/1840
36+ [#1843]: https://github.com/sopel-irc/sopel/pull/1843
37+ [#1844]: https://github.com/sopel-irc/sopel/pull/1844
38+ [#1845]: https://github.com/sopel-irc/sopel/pull/1845
39+ [#1848]: https://github.com/sopel-irc/sopel/pull/1848
40+ [#1849]: https://github.com/sopel-irc/sopel/pull/1849
41+ [#1851]: https://github.com/sopel-irc/sopel/pull/1851
42+ [#1852]: https://github.com/sopel-irc/sopel/pull/1852
43+
44+
545Changes between 7.0.0 and 7.0.1
646===============================
747
@@ -28,14 +68,14 @@ Core changes
2868* Hotfixed a crash that could occur if the connection was lost [[#1820][]]
2969* Sopel now prints the used config file path at startup [[#1822][]]
3070
31- [#1764]: https://github.com/sopel-irc/sopel- pull/1764
32- [#1814]: https://github.com/sopel-irc/sopel- pull/1814
33- [#1820]: https://github.com/sopel-irc/sopel- pull/1820
34- [#1822]: https://github.com/sopel-irc/sopel- pull/1822
35- [#1827]: https://github.com/sopel-irc/sopel- pull/1827
36- [#1828]: https://github.com/sopel-irc/sopel- pull/1828
37- [#1829]: https://github.com/sopel-irc/sopel- pull/1829
38- [#1831]: https://github.com/sopel-irc/sopel- pull/1831
71+ [#1764]: https://github.com/sopel-irc/sopel/ pull/1764
72+ [#1814]: https://github.com/sopel-irc/sopel/ pull/1814
73+ [#1820]: https://github.com/sopel-irc/sopel/ pull/1820
74+ [#1822]: https://github.com/sopel-irc/sopel/ pull/1822
75+ [#1827]: https://github.com/sopel-irc/sopel/ pull/1827
76+ [#1828]: https://github.com/sopel-irc/sopel/ pull/1828
77+ [#1829]: https://github.com/sopel-irc/sopel/ pull/1829
78+ [#1831]: https://github.com/sopel-irc/sopel/ pull/1831
3979
4080
4181Changes between 6.6.9 and 7.0.0
0 commit comments