-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Providing Release Notes for next version
- Loading branch information
1 parent
c6af83f
commit bf7f11d
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
org.projectusus.documentation/Release Notes/ReleaseNotes_0.8.0.md
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Usus 0.8.0 Release Notes | ||
|
||
## New Features | ||
|
||
The dependency graphs now detect relations that are based on Java 8 language features such as method references and lambda expressions. Please see https://github.com/usus/usus-plugins/issues/55 for a more detailed explanation. | ||
|
||
As a ramification the runtime requirements of Eclipse have changed: You require Eclipse 4.4 (Luna) or newer to install Project Usus. The same holds if you are developing and contributing to Usus. | ||
|
||
## Feedback | ||
|
||
Please let us know what you think. If anything is not working in a way you'd expect, feel free to open an issue on GitHub: <https://github.com/usus/usus-plugins/issues> |