Skip to content

Commit c629eb5

Browse files
committed
Update changelog for 2.4.4
1 parent c463333 commit c629eb5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Java CI with Maven
4+
name: build
55

66
on: [push, pull_request]
77

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Fixed #298 - `Fallback.onFailedAttempt` not being called correctly
66

7+
### Improvements
8+
9+
- Fixed #296 - Add Automatic-Module-Name entry to the generated manifest file
10+
711
### API Changes
812

913
- Added a generic result type `R` to `ExecutionContext`, `Execution`, `AsyncExecution`, and `AsyncRunnable`. This ensures that result types are unified across the API. It does mean that there are a few minor breaking changes to the API:

0 commit comments

Comments
 (0)