Skip to content

Commit dcc90f7

Browse files
committed
Release 7.1.1
Changelog cherry-picked from final draft on `master`: 0ee5974
1 parent 95d030f commit dcc90f7

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

NEWS

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
22
When adding new entries, follow the style guide in NEWS.spec.md to avoid
33
causing 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+
541
Changes between 7.0.7 and 7.1.0
642
===============================
743

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sopel
3-
version = 7.1.1-dev
3+
version = 7.1.1
44
description = Simple and extensible IRC bot
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)