diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 39aee90..2acf56f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +debputy (0.1.44) unstable; urgency=medium + + * LSP: + - Provide hover docs for packages in relationship fields. Due to + implementation limitations, OR relations (`foo | bar`) do not + work. The hover doc relies on the system's APT cache with all + the limitations from that (like the data not matching the target + distribution) + - Fix wording in the synopsis hover doc + + * debputy reformat: If possible provide the reformatting tool when the + style cannot be applied. + * debputy: Remove `printf` debug when log level is changed + * debputy: Prefer using line numbers in error messages when available + * editor-config: Improve the LSP config for `eglot` + * debputy: Improve mode correction for `*.pm` files. + Thanks to Russ Allbery <rra@debian.org> (Closes: #1076346) + + -- Niels Thykier <niels@thykier.net> Mon, 15 Jul 2024 11:24:40 +0000 + debputy (0.1.43) unstable; urgency=medium * debputy: Only warn about missing `-dev` SO symlinks for libraries |