diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7c405f43..3da61bed53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha - #1190 update notification contracts on policy updates ### Changed +- #1070 Correct semantic model in dev/READEME.md - #1070 Convert png to svg according to TRG 1.04 - Diagrams as code / Editable static files - #1173 Update IRS-Helm from 7.1.4 to 7.2.0 - updated Compatibility Matrix - #1082 fix duplicate key errors when synchronizing assets with IRS @@ -36,7 +37,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha ## [12.0.0 - 05.07.2024] ### Added -- #832 added policymanagement list view, creator and editor +- #832 added policy management list view, creator and editor - #737 Added concept: Contract table -> parts link action - XXX Added interceptor to EdcRestTemplates to log requests - #915 Added section to documentation: EDC-BPN configuration diff --git a/README.md b/README.md index b62b584608..c33562104e 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,9 @@ $ git clone git@github.com:eclipse-tractusx/traceability-foss.git $ cd traceability-foss/frontend ``` -Install prerequisites: -1. install [node.js](https://nodejs.org/en/download/package-manager) +#### Install prerequisites: + +install [node.js](https://nodejs.org/en/download/package-manager) ```bash $ npm install --global yarn $ npm install -g @angular/cli @@ -178,7 +179,7 @@ or can be viewed in the Swagger UI accessing the url: `{projectBasePath}/api/swa Below you can find the information regarding Docker Notice for this application. - [Traceability Backend Docker Notice](DOCKER_NOTICE.md) -- [Traceability Frontend Docker Notice](DOCKER_NOTICE.md) +- [Traceability Frontend Docker Notice](frontend/DOCKER_NOTICE.md) ## Contact