From cbbd606b6cac1027c35812f38456fd1dff956840 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 25 Jan 2018 17:21:54 -0200 Subject: [PATCH] Reword changelog --- changelog/3138.feature | 1 + changelog/3150.feature | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelog/3138.feature delete mode 100644 changelog/3150.feature diff --git a/changelog/3138.feature b/changelog/3138.feature new file mode 100644 index 000000000..338d429f9 --- /dev/null +++ b/changelog/3138.feature @@ -0,0 +1 @@ +The default cache directory has been renamed from ``.cache`` to ``.pytest_cache`` after community feedback that the name ``.cache`` did not make it clear that it was used by pytest. diff --git a/changelog/3150.feature b/changelog/3150.feature deleted file mode 100644 index 9b17cb0e4..000000000 --- a/changelog/3150.feature +++ /dev/null @@ -1 +0,0 @@ -Change default cache directory name from `.cache` to `.pytest_cache` \ No newline at end of file