From 55f31a306c8d69b46e50a1b2618c93081d4e11e8 Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Thu, 9 May 2024 15:01:32 -0700 Subject: Fix typo in changelog text from #1863 (#1889) The annotation is `include_dep`, not `include_deps`. ```console $ # Before this PR: $ rg -F "include_deps" CHANGELOG.md 76:* (gazelle) Add a new annotation `include_deps`. Also add documentation for $ $ # After this PR, there are no more references to "include_deps" $ rg -F "include_deps" $ ``` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 449dae0..b8745f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,7 +73,7 @@ A brief description of the categories of changes: the whl and sdist files will be written to the lock file. Controlling whether the downloading of metadata is done in parallel can be done using `parallel_download` attribute. -* (gazelle) Add a new annotation `include_deps`. Also add documentation for +* (gazelle) Add a new annotation `include_dep`. Also add documentation for annotations to `gazelle/README.md`. * (deps): `rules_python` depends now on `rules_cc` 0.0.9 * (pip_parse): A new flag `use_hub_alias_dependencies` has been added that is going -- cgit v1.2.3