From 15552c59c12b5fe59928ec2d5b645a370b20e402 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Wed, 11 Oct 2023 17:09:00 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe4d77a1..78ecdac19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Workspace lockfile generation for cargo, npm, yarn, and pnpm - Go lockfile generation - Ignored manifests with a different ecosystem's lockfile in a parent directory +- Pip requirements.txt parser failing with third-party registries ## [5.7.1] - 2023-09-08