From ff419fe720335ab6c0d1dcf3dc8b361712f8c813 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Thu, 5 May 2022 12:33:34 +0200 Subject: [PATCH] Add a line to the CHANGELOG Signed-off-by: Andrew Berezovskyi --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index deb8187a8..bb0350ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ - 🧨 Jena is upgraded to 4.5.0 **(addresses [CVE-2022-28890](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28890))** - Jena renamed `RDFReader/RDFWriter` to `RDFReaderI/RDFWriterI` - 🧨 TRS now uses BigInteger instead of 32-bit ints for `trs:order` properties, in line with the spec. +- 🧨 `Property` class in Lyo Core now uses BigInteger instead of 32-bit ints for `oslc:maxSize` properties, in line with the spec. - LyoStore: Ordering resources by their subject IDs when doing a query to store. This ordering can be disabled with a call to `OSLC4JUtils.setLyoStorePagingUnsafe(true)` - LyoStore: `OSLC4JUtils.hasLyoStorePagingPreciseLimit()` will return true by default. Call `OSLC4JUtils.setLyoStorePagingPreciseLimit(false)` to restore the old behavior. - `oslc4j-json4j-provider` uses `wink-json4j` version 1.4 instead of 1.2.1-incubating.