summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ffa4cbb..deedca4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+debputy (0.1.32) unstable; urgency=medium
+
+ * LSP/Lint:
+ - Fix bug where `d/copyright` and `d/tests/control` was read as `d/control`
+ in `debputy lsp server` (`debputy lint` was unaffected).
+ - Fix bug in `in_range` detection that was sometimes completely off. This
+ could cause incorrect hover docs or completion suggestions to appear.
+ Admittedly, the above bug almost makes this one seem like a non-issue
+ in comparison.
+ - Support completing filenames in `Files` fields of `debian/copyright`.
+ * debputy reformat: Provide separate message for no style vs. unsupported
+ style
+
+ -- Niels Thykier <niels@thykier.net> Sun, 05 May 2024 12:41:27 +0000
+
debputy (0.1.31) unstable; urgency=medium
* LSP/Lint: