From b7b9363d8bdfe7cc20e7774a528a4768a414343e Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Tue, 18 Oct 2022 21:30:17 +0200 Subject: [PATCH] Mention m3api-botpassword in CHANGES.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It hasn’t been released yet, but if it’s good enough to be mentioned in the README.md, it can go into the changelog too. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4955706..ec10acb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,7 @@ but this file may sometimes contain later improvements (e.g. typo fixes). Tokens are cached in the public `Session.tokens` Map, which users and extension packages are encouraged to `clear()` after changing the session state (e.g. login), to avoid the overhead of a `badtoken` error. + (Note that the [m3api-botpassword][] extension package does this for you.) - The public interface of m3api has been clarified. Most importantly, `Session.defaultParams`, `Session.defaultOptions` and `DEFAULT_OPTIONS` have been declared public, @@ -223,3 +224,4 @@ but I see no reason to recreate the tag now. [CVE-2021-3749]: https://github.com/advisories/GHSA-cph5-m8f7-6c5x [User-Agent policy]: https://meta.wikimedia.org/wiki/Special:MyLanguage/User-Agent_policy [m3api-query]: https://github.com/lucaswerkmeister/m3api-query +[m3api-botpassword]: https://github.com/lucaswerkmeister/m3api-botpassword