Skip to content

Commit 8a9f167

Browse files
committed
update changelog
1 parent b9d56e8 commit 8a9f167

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)