-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release] Updated documentation and version in preperations of new re…
…lease
- Loading branch information
1 parent
97ea00f
commit 5598d61
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
# Changes in this release | ||
|
||
## Configuration | ||
This release is mainly focussed on updated the dependencies and fixing bugs. | ||
|
||
## Refactor | ||
## Configuration | ||
|
||
## Features | ||
* Updated Jacoco to 0.8.12 | ||
* Updated JavaFX to 23.0.1 | ||
* Updated Guava to 33.3.1-jr so ensure Google Guice does not use the broken version | ||
* Updated Mockito to 5.13.0 | ||
|
||
## Bugfixes | ||
|
||
* Fixed two issues related to the bounding boxes in Composite Entities (#249, #268) | ||
* Fixed #265 (getSpeedInDirection with same direction returns 0 instead of actual speed). Thanks to @Liam-Rougoor. |