Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for v2024.10.22 release #6920

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v2024.10.22
===========
Bug Fixes
* [fix] Fix python debugging #6847
* Set runfiles vars to absolute paths when debugging Go tests #6883
* Fix starlark debugger #6888
* fix(querysync): affected packages calculator was broken when 'directories' contained '.' #6885
* fix: fast test not working when main class is not set #6903
* fix: fast sync with bazel 8 or when --incompatible_use_plus_in_repo_names is on #6901
* BEP parse unknown targets in aborted event #6910
Features
* Download Buildifier Binary #6625
* Support for Python Rules that are Code Generators #6726
* Decorate tabs for BUILD files with package name #6900
* New Sync View #6813
* feat: More descriptive location labels (instead of just .workspace) #6916

v2024.10.08
===========
Bug Fixes
Expand Down
Loading