Skip to content

Commit

Permalink
NEWS: import changelog from 8.0.1 release to master branch [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Nov 16, 2024
1 parent 7a605d9 commit e7d8648
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,52 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
When adding new entries, follow the style guide in NEWS.spec.md to avoid
causing problems with the site build.

Changes between 8.0.0 and 8.0.1
===============================

Plugin changes
--------------

* find:
* Fixed double-bold formatting [[#2589][]]
* Support escaping backslashes [[#2589][]]

Core changes
------------

* Use distribution name to query version of entry-point plugins [[#2594][]]
* Added plugin version number in `sopel-plugins show` output [[#2638][]]
* Fixed loading folder-style plugins with relative imports [[#2633][]]
* Fixed rate-limiting behavior for rules without a rate limit [[#2629][]]
* `config.types.ChoiceAttribute` logs invalid values for debugging [[#2624][]]
* Also remove null (`\x00`) in `irc.utils.safe()` function [[#2620][]]

Housekeeping changes
--------------------

* Document advanced tip about arbitrarily scheduling code [[#2617][]]
* Include `versionadded` notes for more methods in `irc.AbstractBot` [[#2642][]]
* Start moving from `typing.Optional` to the `| None` convention [[#2642][]]
* Minor updates to keep up with type-checking ecosystem [[#2614][], [#2628][]]
* Start checking for incomplete type annotations [[#2616][]]
* Added tests to `find` plugin [[#2589][]]
* Fixed slowdown in `@plugin.example` tests with `repeat` enabled [[#2630][]]

[#2589]: https://github.com/sopel-irc/sopel/pull/2589
[#2594]: https://github.com/sopel-irc/sopel/pull/2594
[#2614]: https://github.com/sopel-irc/sopel/pull/2614
[#2616]: https://github.com/sopel-irc/sopel/pull/2616
[#2617]: https://github.com/sopel-irc/sopel/pull/2617
[#2620]: https://github.com/sopel-irc/sopel/pull/2620
[#2624]: https://github.com/sopel-irc/sopel/pull/2624
[#2628]: https://github.com/sopel-irc/sopel/pull/2628
[#2629]: https://github.com/sopel-irc/sopel/pull/2629
[#2630]: https://github.com/sopel-irc/sopel/pull/2630
[#2633]: https://github.com/sopel-irc/sopel/pull/2633
[#2638]: https://github.com/sopel-irc/sopel/pull/2638
[#2642]: https://github.com/sopel-irc/sopel/pull/2642


Changes between 7.1.9 and 8.0.0
===============================

Expand Down

0 comments on commit e7d8648

Please sign in to comment.