File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,23 @@ 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 causing
33problems with the site build.
44
5+ Changes between 6.6.4 and 6.6.5
6+ ===============================
7+
8+ Module changes
9+ --------------
10+
11+ * Fixed url module not cleaning punctuation when auto-titling [[#1515][]]
12+ * Fixed url module's punctuation-cleaning on Python 2 [[#1517][]]
13+ * Fixed `.redditor` command with newer `praw` versions (4.0+) [[#1506][]]
14+ * Reloading modules now runs their `shutdown()` routines [[#1412][]]
15+
16+ [#1412]: https://github.com/sopel-irc/sopel/pull/1412
17+ [#1506]: https://github.com/sopel-irc/sopel/pull/1506
18+ [#1515]: https://github.com/sopel-irc/sopel/pull/1515
19+ [#1517]: https://github.com/sopel-irc/sopel/pull/1517
20+
21+
522Changes between 6.6.3 and 6.6.4
623===============================
724
Original file line number Diff line number Diff line change 3030import traceback
3131import signal
3232
33- __version__ = '6.6.4 '
33+ __version__ = '6.6.5 '
3434
3535
3636def _version_info (version = __version__ ):
You can’t perform that action at this time.
0 commit comments