From 493658afb1abf3fa97c65ca1966cd67e77744dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 21 Feb 2021 16:42:20 +0000 Subject: [PATCH] Update NEWS, AUTHORS. --- AUTHORS | 1 + NEWS | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/AUTHORS b/AUTHORS index eeebf4b48..145c15c54 100644 --- a/AUTHORS +++ b/AUTHORS @@ -150,5 +150,6 @@ Antoine Lambert Lane Barlow Manuel Jacob Brecht Machiels +Peter Rowlands If you contributed but are missing from this list, please send me an e-mail. diff --git a/NEWS b/NEWS index 379cc5d69..d6999193f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.20.20 UNRELEASED + + * Implement ``Stash.drop``. (Peter Rowlands) + 0.20.19 2021-02-11 * Fix handling of negative matches in nested gitignores.