File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Unreleased changes template.
5959{#v0-0-0-fixed}
6060### Fixed
6161* (pypi) The ` ppc64le ` is now pointing to the right target in the ` platforms ` package.
62- * (gazelle) No longer incorrectly merge ` py_binary ` targets during partial updates in
62+ * (gazelle) No longer incorrectly merge ` py_binary ` targets during partial updates in
6363 ` file ` generation mode. Fixed in [ #2619 ] ( https://github.com/bazelbuild/rules_python/pull/2619 ) .
6464* (bzlmod) Running as root is no longer an error. ` ignore_root_user_error=True `
6565 is now the default. Note that running as root may still cause spurious
@@ -71,6 +71,9 @@ Unreleased changes template.
7171 evaluation contexts will invoke Python interpreter with ` -B ` to avoid
7272 creating ` .pyc ` files.
7373* (deps) doublestar 4.7.1 (required for recent Gazelle versions)
74+ * (gazelle) The forked version of ` go-tree-sitter ` is now used in the correct way - via ` go mod ` 's
75+ ` repalce ` directive, fixing [ #2630 ] ( https://github.com/bazelbuild/rules_python/issues/2630 ) .
76+ ([ #2667 ] ( https://github.com/bazelbuild/rules_python/pull/2667 ) )
7477
7578{#v0-0-0-added}
7679### Added
You can’t perform that action at this time.
0 commit comments