From a8f9f8c2d3229193306d8d799e0bc81af2934478 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Wed, 18 Jan 2023 22:02:48 -0500 Subject: [PATCH] v6.030 - "dzil new" will use command line options before configuration - "dzil add" now falls back to %Mint stash options before defaults (for both of the above: thanks, Graham Knop!) --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index 2675bf7db..f403f9e25 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for {{$dist->name}} {{$NEXT}} + +6.030 2023-01-18 21:36:40-05:00 America/New_York - "dzil new" will use command line options before configuration - "dzil add" now falls back to %Mint stash options before defaults (for both of the above: thanks, Graham Knop!)