From 72be32f81440bd9192693f2ca00e18e16a549bd1 Mon Sep 17 00:00:00 2001 From: Yash Agrawal <77984203+yash-agrawal03@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:22:49 +0530 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Subhramit Basu Bhowmick --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b838901dc85..039bc0cba73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,7 +124,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv - We fixed an issue when the preview was out of sync. [#9172](https://github.com/JabRef/jabref/issues/9172) - We fixed an issue where identifier paste couldn't work with Unicode REPLACEMENT CHARACTER. [#11986](https://github.com/JabRef/jabref/issues/11986) - We fixed an issue when click on entry at "Check Integrity" wasn't properly focusing the entry and field. [#11997](https://github.com/JabRef/jabref/issues/11997) -- We Fixed an error where saving a non-absolute URI threw an IllegalArgumentException. Now, it checks if the URI is absolute and throws a clear error message if it is not.[#12186](https://github.com/JabRef/jabref/issues/12186) +- On saving a non-absolute URI, now a clear error message is shown. [#12186](https://github.com/JabRef/jabref/issues/12186) ### Removed