Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
Unreleased
----------

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)
- Drop python-3.10 support. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1220)
- Drop tomli. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1220)

- Drop python-3.10 support.
- Drop tomli.
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
-----
Expand Down
Loading