File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## 2.8.2 (2025-09-06)
3
+ - Restore compatibility of ` jira.el ` with older JIRA API versions where the ` search/jql `
4
+ endpoint does not exist.
5
+
2
6
## 2.8.1 (2025-09-01)
3
7
- Apply font-lock-face to faces to fix faces not being rendered in detail view.
4
8
Original file line number Diff line number Diff line change 3
3
; ; Copyright (C) 2025 Pablo González Carrizo
4
4
5
5
; ; Author: Pablo González Carrizo <[email protected] >
6
- ; ; Version: 2.8.1
6
+ ; ; Version: 2.8.2
7
7
; ; Created: 2025-02-16
8
8
; ; URL: https://github.com/unmonoqueteclea/jira.el
9
9
; ; Package-Requires: ((emacs "29.1") (request "0.3.0") (tablist "1.0") (transient "0.8.3") (magit-section "4.2.0"))
34
34
(require 'jira-issues )
35
35
(require 'jira-tempo )
36
36
37
- (defconst jira-version " jira.el v2.8.1 " " jira.el package version." )
37
+ (defconst jira-version " jira.el v2.8.2 " " jira.el package version." )
38
38
39
39
(provide 'jira )
40
40
You can’t perform that action at this time.
0 commit comments