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,27 @@ 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.7 and 6.6.8
6+ ===============================
7+
8+ Module changes
9+ --------------
10+
11+ * `admin` module no longer allows setting `core.owner` value [[#1587][]]
12+ * Allowing any bot admin to change the owner opened Sopel to a
13+ privilege-escalation attack
14+ * Even with this patch, you still should add only users you really trust to
15+ the `admins` list, for obvious reasons
16+
17+ API changes
18+ -----------
19+
20+ * Fixed some content & formatting errors in documentation [[#1589][]]
21+
22+ [#1587]: https://github.com/sopel-irc/sopel/pull/1587
23+ [#1589]: https://github.com/sopel-irc/sopel/pull/1589
24+
25+
526Changes between 6.6.6 and 6.6.7
627===============================
728
Original file line number Diff line number Diff line change 3030import traceback
3131import signal
3232
33- __version__ = '6.6.7 '
33+ __version__ = '6.6.8 '
3434
3535
3636def _version_info (version = __version__ ):
You can’t perform that action at this time.
0 commit comments