From 31c82ba92fffebf5ff75c710f2ab253adb411d22 Mon Sep 17 00:00:00 2001 From: aignas <240938+aignas@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:37:51 +0300 Subject: [PATCH] doc: consolidate the changelog sections after a rebase --- CHANGELOG.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c835f892d..c18b033af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,14 +29,6 @@ A brief description of the categories of changes: ### Fixed * (gazelle): Fix incorrect use of `t.Fatal`/`t.Fatalf` in tests. - -### Added -* Nothing yet - -### Removed -* Nothing yet - -### Fixed * (bzlmod) get the path to the host python interpreter in a way that results in platform non-dependent hashes in the lock file when the requirement markers need to be evaluated. @@ -44,6 +36,12 @@ A brief description of the categories of changes: any changes so that the repository rule or module extensions can be re-evaluated when the said files change. +### Added +* Nothing yet + +### Removed +* Nothing yet + ## [0.35.0] - 2024-08-15 [0.35.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.35.0