Skip to content

Commit

Permalink
Add change entries
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Jun 5, 2024
1 parent 4305403 commit b7313e5
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions unreleased_changes/20240605_143911_125__0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
* Change to JAXB 4 dependencies (`javax.xml` => `jakarta.xml`).


```sh
# ONLY the top line will be included as a change entry in the CHANGELOG.
# The entry should be in GitHub flavour markdown and should be written on a SINGLE
# line with no hard breaks. You can have multiple change files for a single GitHub issue.
# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than
# 'Fixed nasty bug'.
#
# Examples of acceptable entries are:
#
#
# * Issue **123** : Fix bug with an associated GitHub issue in this repository
#
# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository
#
# * Fix bug with no associated GitHub issue.
```
19 changes: 19 additions & 0 deletions unreleased_changes/20240605_144008_094__0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
* Change minimum Java version to Java 11.


```sh
# ONLY the top line will be included as a change entry in the CHANGELOG.
# The entry should be in GitHub flavour markdown and should be written on a SINGLE
# line with no hard breaks. You can have multiple change files for a single GitHub issue.
# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than
# 'Fixed nasty bug'.
#
# Examples of acceptable entries are:
#
#
# * Issue **123** : Fix bug with an associated GitHub issue in this repository
#
# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository
#
# * Fix bug with no associated GitHub issue.
```

0 comments on commit b7313e5

Please sign in to comment.