Skip to content

Commit 6bc3f26

Browse files
committed
Update ReleaseNotes.md
1 parent 4c70962 commit 6bc3f26

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

ReleaseNotes.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,25 @@ This is a minor release.
1515

1616
* Support for Eclipse 2024-09 added
1717
* Support for Eclipse 2023-09 removed
18-
19-
#### New Git default branch - "main"
20-
21-
We are joining the Git community and updating "master" to "main". Using the term "master" for the main
22-
development branch can be offensive to some people. Existing versions of Git have been always capable of
23-
working with any branch name and since 2.28.0 (July 2020) the default initial branch is configurable
24-
(`init.defaultBranch`). Since October 2020, the default branch for new repositories on GitHub
25-
is "main". Finally, PMD will also use this new name for the main branch in all our own repositories.
18+
* New Git default branch - "main":
19+
We are joining the Git community and updating "master" to "main". Using the term "master" for the main
20+
development branch can be offensive to some people. Existing versions of Git have been always capable of
21+
working with any branch name and since 2.28.0 (July 2020) the default initial branch is configurable
22+
(`init.defaultBranch`). Since October 2020, the default branch for new repositories on GitHub
23+
is "main". Finally, PMD will also use this new name for the main branch in all our own repositories.
2624

2725
### Fixed Issues
2826

2927
### API Changes
3028

31-
### External Contributions
29+
### Merged pull requests
30+
* Only include the jars under target/lib that are on the classpath ([#223](https://github.com/pmd/pmd-eclipse-plugin/pull/223)) by [@adangel](https://github.com/adangel)
31+
* Update PMD icon to use small variant of the logo ([#222](https://github.com/pmd/pmd-eclipse-plugin/pull/222)) by [@adangel](https://github.com/adangel)
32+
* Support eclipse 2024-09 ([#221](https://github.com/pmd/pmd-eclipse-plugin/pull/221)) by [@adangel](https://github.com/adangel)
33+
* Change branch master to main ([#220](https://github.com/pmd/pmd-eclipse-plugin/pull/220)) by [@adangel](https://github.com/adangel)
34+
35+
### Dependency updates
36+
* Bump checkstyle from 10.14.0 to 10.18.1 ([#217](https://github.com/pmd/pmd-eclipse-plugin/pull/217))
3237

3338
## 30-August-2024: 7.5.0.v20240830-0910-r
3439

0 commit comments

Comments
 (0)