Skip to content

Commit 5de3eb6

Browse files
committed
v0.024
[Enhancement] - JIRA::REST gives up on trying to decode the error messages returned by Jira. They are inconsistent and undocumented, as far as I know. From now on, we simply show the JSON object containing the error message. - Don't croak anymore on the PUT and POST methods when the third argument (value) is undefined. There are API endpoints for which this makes sense.
1 parent e41093c commit 5de3eb6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Changes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Revision history for perl module JIRA-REST. -*- text -*-
22

33
{{$NEXT}}
44

5+
0.024 2024-01-21 14:05:30-03:00 America/Sao_Paulo
6+
7+
[Enhancement]
8+
9+
- JIRA::REST gives up on trying to decode the error messages returned by
10+
Jira. They are inconsistent and undocumented, as far as I know. From now on,
11+
we simply show the JSON object containing the error message.
12+
13+
- Don't croak anymore on the PUT and POST methods when the third argument
14+
(value) is undefined. There are API endpoints for which this makes sense.
15+
516
0.023 2022-04-10 20:54:14-03:00 America/Sao_Paulo
617

718
[New features]

0 commit comments

Comments
 (0)