summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-10-22 20:26:55 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 12:25:49 +0100
commit012a80b3779e6241c270b73771f1d5019c1ca196 (patch)
treed0b504b3a55e105fcb1fbe003571b75e2adcaae5 /debian/changelog
parent7ae49acddbd78c5e446f9e1fc5b02ef7d09ae925 (diff)
Dgit.pm: "confess" when we die due to a warning, rather than symply dieing.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 62d8eed..8d830f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
dgit (4.5~) unstable; urgency=medium
+ Minor fixes:
+ * "confess" when we die due to a warning, rather than symply dieing.
+
Internal changes:
* Move $playground global to dgit.
* Break git_get_symref out into Dgit.pm.