Skip to content

Commit a3dddb4

Browse files
committed
docs: prepare changelog for 2026 development
1 parent 719e5d7 commit a3dddb4

2 files changed

Lines changed: 58 additions & 45 deletions

File tree

docs/changelog-25x.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
layout: default
3+
title: Changelog 25.x
4+
category: Administration
5+
---
6+
7+
{% include changelog-preface.md %}
8+
9+
* Table of Contents
10+
{:toc}
11+
12+
### [25.12.0] - 2025-12-30
13+
14+
**Improve importer and minor refactorings**
15+
16+
* chore: include jenkins repository for external libraries
17+
* chore: improve Github action for continuous integration
18+
* test: add test creating high number of subtasks
19+
* chore: add code of conduct to repository
20+
* refactor: use parameterized log messages
21+
* refactor: remove unused or obsolete imports
22+
* feat: ensure compatibility with Jira 11.2.0
23+
* refactor: extract URL validation into util class
24+
* feat: ensure compatibility with Jira 11.3.0
25+
* docs: improve documentation for assignee in syntax
26+
* fix: importer ignores attributes without values
27+
* fix: improve logging for empty attributes in importer
28+
29+
### [25.10.0] - 2025-10-03
30+
31+
**Multiple Subtasks supports Jira 11**
32+
33+
* refactor: use maven compiler setting for Java 17
34+
* feat: ensure compatibility with Jira 10.7.1
35+
* feat: ensure compatibility with Jira 10.7.4
36+
* chore: data center review 2025
37+
* feat: ensure compatibility with Jira 11.1.0
38+
39+
### [25.05.0] - 2025-05-17
40+
41+
**Compatibility updates for Jira 10.3 - 10.6**
42+
43+
* chore: simplify Docker configuration for testing
44+
* feat: ensure compatibility with Jira 10.3.0
45+
* refactor: improve structure of subtask creation service
46+
* feat: ensure compatibility with Jira 10.4.0
47+
* refactor: use Java 16 syntax for lists
48+
* refactor: extract logic for custom field name syntax
49+
* test: improve tests for custom field name logic
50+
* docs: improve formatting of code examples
51+
* feat: ensure compatibility with Jira 10.5.0
52+
* feat: ensure compatibility with Jira 10.6.0
53+
54+
[25.12.0]: https://github.com/codescape/jira-multiple-subtasks/compare/25.10.0...25.12.0
55+
[25.10.0]: https://github.com/codescape/jira-multiple-subtasks/compare/25.05.0...25.10.0
56+
[25.05.0]: https://github.com/codescape/jira-multiple-subtasks/compare/24.11.0...25.05.0

docs/changelog.md

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -12,58 +12,15 @@ category: Administration
1212
### [Unreleased]
1313

1414
* docs: add FAQ to online documentation
15-
16-
### [25.12.0] - 2025-12-30
17-
18-
**Improve importer and minor refactorings**
19-
20-
* chore: include jenkins repository for external libraries
21-
* chore: improve Github action for continuous integration
22-
* test: add test creating high number of subtasks
23-
* chore: add code of conduct to repository
24-
* refactor: use parameterized log messages
25-
* refactor: remove unused or obsolete imports
26-
* feat: ensure compatibility with Jira 11.2.0
27-
* refactor: extract URL validation into util class
28-
* feat: ensure compatibility with Jira 11.3.0
29-
* docs: improve documentation for assignee in syntax
30-
* fix: importer ignores attributes without values
31-
* fix: improve logging for empty attributes in importer
32-
33-
### [25.10.0] - 2025-10-03
34-
35-
**Multiple Subtasks supports Jira 11**
36-
37-
* refactor: use maven compiler setting for Java 17
38-
* feat: ensure compatibility with Jira 10.7.1
39-
* feat: ensure compatibility with Jira 10.7.4
40-
* chore: data center review 2025
41-
* feat: ensure compatibility with Jira 11.1.0
42-
43-
### [25.05.0] - 2025-05-17
44-
45-
**Compatibility updates for Jira 10.3 - 10.6**
46-
47-
* chore: simplify Docker configuration for testing
48-
* feat: ensure compatibility with Jira 10.3.0
49-
* refactor: improve structure of subtask creation service
50-
* feat: ensure compatibility with Jira 10.4.0
51-
* refactor: use Java 16 syntax for lists
52-
* refactor: extract logic for custom field name syntax
53-
* test: improve tests for custom field name logic
54-
* docs: improve formatting of code examples
55-
* feat: ensure compatibility with Jira 10.5.0
56-
* feat: ensure compatibility with Jira 10.6.0
15+
* docs: prepare changelog for 2026 development
5716

5817
### Older versions
5918

6019
Older versions have been moved into separate changelog documents grouped by their major version:
6120

21+
* [Multiple Subtasks for Jira 25.x](/changelog-25x)
6222
* [Multiple Subtasks for Jira 24.x](/changelog-24x)
6323
* [Multiple Subtasks for Jira 23.x](/changelog-23x)
6424
* [Multiple Subtasks for Jira 22.x](/changelog-22x)
6525

6626
[Unreleased]: https://github.com/codescape/jira-multiple-subtasks/compare/25.12.0...HEAD
67-
[25.12.0]: https://github.com/codescape/jira-multiple-subtasks/compare/25.10.0...25.12.0
68-
[25.10.0]: https://github.com/codescape/jira-multiple-subtasks/compare/25.05.0...25.10.0
69-
[25.05.0]: https://github.com/codescape/jira-multiple-subtasks/compare/24.11.0...25.05.0

0 commit comments

Comments
 (0)