From 1f6e5a5c531bbcad9f8e293ae736cc5c6f0b2fea Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Sat, 25 Sep 2021 11:41:48 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d23a9c93..8eeb72a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - [Domains] Add `org.eclipse.lyo.domains:ui-classes` module with POJOs needed by [lyo.oslc-ui](https://github.com/eclipse/lyo.oslc-ui). - Store adds interface support for closing the Store cleanly and releasing underlying connections. - SparqlStoreImpl can now be set up with a custom query executor +- Add a oslc:name and dcterms:description attributes to the ResourceShape class so that such information can appear in the shape documentation. ### Changed @@ -18,7 +19,6 @@ - Pin libthrift version to 0.14.1 due to a [vulnerability](https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETHRIFT-1074898). - Pin httpclient version to 4.5.13 due to a [vulnerability](https://github.com/eclipse/lyo/pull/103). - Pin embedded Tomcat version (pulled in by Jena) to 8.5.66 due to [CVE-2021-25329](https://app.snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-1080637) -- Add oslc:name and dcterms:description attributes to the ResourceShape class so that such information can appear in the shape documentation. ### Deprecated