update to 3.14.0

This commit is contained in:
2025-04-14 08:31:40 +02:00
committed by Matěj Cepl
parent 48a9b283c3
commit b9c9b07faa
6 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Apr 14 06:27:26 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 3.14.0:
* feat: provide ES localisation
* Diagnostics for unnecessary assert
* fix: return empty response to textDocument/formatting if no changes
* fix: return empty response to textDocument/completion if completion
disabled
- move tests to a bcond_with condition, as they are very flaky, even
on x86_64, most of the time it runs on second try, sometimes 5+
-------------------------------------------------------------------
Wed Mar 26 20:37:12 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>