From d6015218c6d7894bf749161c6a8abcc3832d73da Mon Sep 17 00:00:00 2001 From: Ryne Everett Date: Sat, 6 Jun 2026 21:45:19 -0400 Subject: [PATCH] changelog: June 2026 update There has been a lot of activity since our last release. I don't think we're necessarily that close to the next release so I want to capture the changes that seem most relevant to users and packagers while I can still remember. --- CHANGELOG.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ef3f7606..0a703ef8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +TBD +--- + +Highlights +========== +- Deprecation of the --interactive flag. All invocations are now interactive. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1204) +- Service API 2.0 (with backwards compatiblity for 1.0 services). See https://bugwarrior.readthedocs.io/en/stable/other-services/api.html#changelog. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1209) + +Dependency Updates +================== +- Replaced lockfile with filelock. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1217) + +Service-Specific Changes +======================== +- linear: Support for pagination if there are more than 50 issues and mapping of entry, priority, and due fields. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1196, https://github.com/GothenburgBitFactory/bugwarrior/pull/1198, https://github.com/GothenburgBitFactory/bugwarrior/pull/1200) + 2.1.0 -----