summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-03-18 17:19:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-03-18 17:19:15 -0700
commitc504f3db57bde35394b836f8fccddfe8de7b9f2b (patch)
tree60be686fa258408eed7725d3c56aa280f7271d9b
parent2373c17235f356d04af5abbaafd018ec5b483ac3 (diff)
downloadp5-Git-Annex-c504f3db57bde35394b836f8fccddfe8de7b9f2b.tar.gz
v0.004v0.004
- annex-to-annex-dropunused: Fix attempt to call wrong main() routine. - annex-to-annex-reinject: Add missing import of File::Temp. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index c4e751d..b27b32f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Git::Annex
{{$NEXT}}
+
+0.004 2020-03-18 17:08:57-07:00 America/Phoenix
- annex-to-annex-dropunused: Fix attempt to call wrong main()
routine.
- annex-to-annex-reinject: Add missing import of File::Temp.