docs/news: add news item for fix

This commit is contained in:
Achilleas Koutsou 2021-03-24 21:07:58 +01:00 committed by Tom Gundersen
parent c1355c2d06
commit 2b5187814a

View file

@ -0,0 +1,3 @@
# Improve OSTree Repository URL and Ref parsing
If the OSTree Repository URL did not end in a `/` the parsing would fail with a less-than-useful error message. This has been fixed. Error messages for different failure cases have also been improved.