@@ -2,6 +2,47 @@ 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.7 and 7.1.8
6+ ===============================
7+
8+ Plugin changes
9+ --------------
10+
11+ * isup: ensure compatibility with newer `requests` versions [[#2235][]]
12+ * reddit: handle image preview links [[#2245][]]
13+ * search: per tests of both back-ends, warn more consistently about multiple
14+ `site:` operators [[#2254][]]
15+ * translate: fix accepting language hints for Chinese [[#2242][]]
16+ * url:
17+ * bump user-agent [[#2218][]]
18+ * tweak logging levels to better reflect severity [[#2249][]]
19+ * wikipedia: refine handling of sections with "hatnote" templates [[#2225][]]
20+ * xkcd: improve reliability of comic search [[#2247][]]
21+
22+ Core changes
23+ ------------
24+
25+ * Formatting tweaks in IRC logging output [[#2250][]]
26+ * Requirement tweaks to make sure installing on Python 3.4 still works
27+ (but if you're still using that, *please* update your Python)
28+
29+ API changes
30+ -----------
31+
32+ * Fix/improve more documentation [[#2251][]]
33+
34+ [#2218]: https://github.com/sopel-irc/sopel/pull/2218
35+ [#2225]: https://github.com/sopel-irc/sopel/pull/2225
36+ [#2235]: https://github.com/sopel-irc/sopel/pull/2235
37+ [#2242]: https://github.com/sopel-irc/sopel/pull/2242
38+ [#2245]: https://github.com/sopel-irc/sopel/pull/2245
39+ [#2247]: https://github.com/sopel-irc/sopel/pull/2247
40+ [#2249]: https://github.com/sopel-irc/sopel/pull/2249
41+ [#2250]: https://github.com/sopel-irc/sopel/pull/2250
42+ [#2251]: https://github.com/sopel-irc/sopel/pull/2251
43+ [#2254]: https://github.com/sopel-irc/sopel/pull/2254
44+
45+
546Changes between 7.1.6 and 7.1.7
647===============================
748
0 commit comments