From ec0c9f70724b683635cde60dd01004da552fe803 Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Sat, 28 May 2022 23:16:08 +0900 Subject: [PATCH] Update changelog --- changelog_unreleased/cli/12800.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog_unreleased/cli/12800.md b/changelog_unreleased/cli/12800.md index 37e1587d7982..7b90057e0d30 100644 --- a/changelog_unreleased/cli/12800.md +++ b/changelog_unreleased/cli/12800.md @@ -1,6 +1,6 @@ -#### Add `--cache` CLI option (#12800 by @sosukesuzuki) +#### Add `--cache` and `--cache-strategy` CLI option (#12800 by @sosukesuzuki) -Two new CLI options have been added for a caching system similar to [ESLint's one](https://eslint.org/docs/user-guide/command-line-interface#caching). Please see the [documentation](https://prettier.io/docs/en/cli.html#--cache) for details. +Two new CLI options have been added for a caching system similar to [ESLint's one](https://eslint.org/docs/user-guide/command-line-interface#caching). ##### `--cache`