From bd52eebab4fb840992fc3f2ca99a40920421b221 Mon Sep 17 00:00:00 2001 From: "V.Kuznetsov" Date: Fri, 7 Jul 2017 13:20:39 +0300 Subject: [PATCH] changelog for ini option cache_dir --- changelog/2543.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/2543.feature diff --git a/changelog/2543.feature b/changelog/2543.feature new file mode 100644 index 000000000..6d65a376f --- /dev/null +++ b/changelog/2543.feature @@ -0,0 +1 @@ +New ``cache_dir`` ini option: sets a directory where stores content of cache plugin. Default directory is ``.cache`` which is created in ``rootdir``. Directory may be relative or absolute path. If setting relative path, then directory is created relative to ``rootdir``. Additionally path may contain environment variables, that will be expanded.