Release 6.0.0-pre.20220816.1 (2022-08-19) Baseline: 70ccf591f21e0c0148554244b34f02869abb7d7b Important changes: - Migrate main_dex_list_creator to D8 (DX deprecation) This release contains contributions from many people at Google, as well as Fabian Meumertzheim.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6002324..4c89fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,3 +1,32 @@ +## Release 6.0.0-pre.20220816.1 (2022-08-19) + +``` +Baseline: 70ccf591f21e0c0148554244b34f02869abb7d7b +``` + +Important changes: + + - Migrate main_dex_list_creator to D8 (DX deprecation) + +This release contains contributions from many people at Google, as well as Fabian Meumertzheim. + +## Release 6.0.0-pre.20220810.1 (2022-08-18) + +``` +Baseline: 5767cba4044c2bfd8a4c9596c44d2363630b489d +``` + +Incompatible changes: + + - Added a new flag + --incompatible_unambiguous_label_stringification, which causes + labels in the main repo to stringify into unambiguous forms + starting with an @. See + https://github.com/bazelbuild/bazel/issues/15916 for more + information. + +This release contains contributions from many people at Google, as well as Philipp Schrader. + ## Release 6.0.0-pre.20220804.3 (2022-08-11) ```