From 8aa4e411dc6a6f69a71c1e1b056486effa731aa2 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 20 Jul 2022 18:02:50 +0300 Subject: [PATCH] docs: update changelog --- packages/pnpm/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index beca9b6b0f..79cdb8db68 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -11,6 +11,8 @@ Related issue: [#4782](https://github.com/pnpm/pnpm/issues/4782). +- When `lockfile-include-tarball-url` is set to `true`, every entry in `pnpm-lock.yaml` will contain the full URL to the package's tarball [#5054](https://github.com/pnpm/pnpm/pull/5054). + ### Patch Changes - `pnpm deploy` should include all dependencies by default [#5035](https://github.com/pnpm/pnpm/issues/5035).