-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
2.3 2023-11-17 Olof Kindgren <[email protected]> | ||
====================================================== | ||
* Add CLI to read/write config settings | ||
* Separate CLI from library to ease integration | ||
* Add --work-root to directly set output dir | ||
* Show core filename with "fusesoc core show" | ||
* Allow matching against only "name" component in VLNV | ||
* Improve inheritance rules between targets | ||
* Warn on duplicate cores | ||
* Support prepend keyword for generators | ||
* Reenable Windows tests | ||
* + improved error handling, bug fixes and refactoring | ||
|
||
Contributors: | ||
Benjamin Hallenrud <[email protected]> | ||
Erik Waling <[email protected]> | ||
Ethan Sifferman <[email protected]> | ||
Mykyta Haranko <[email protected]> | ||
Olof Kindgren <[email protected]> | ||
Shareef Jalloq <[email protected]> | ||
William D. Jones <[email protected]> | ||
|
||
2.2 2023-04-18 Olof Kindgren <[email protected]> | ||
====================================================== | ||
* Use jsonschema to describe and validate CAPI2 files | ||
|