diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e81b5618d216e..506364b6b20a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## Release 8.0.0-pre.20240701.1 (2024-07-12) + +``` +Baseline: 3f93d377d036d773fd505a18e084425a00fb94ea +``` + +Important changes: + + - Experimental support for path mapping `CppCompile` actions can be + enabled via + `--modify_execution_info=CppCompile=+supports-path-mapping`. + +This release contains contributions from many people at Google, as well as detailyang, Fabian Meumertzheim, Greg Roodt, hvd, Jason Schroeder, Laurent Le Brun, Simon Mavi Stewart, Xdng Yng. + +## Release 8.0.0-pre.20240618.2 (2024-07-02) + +``` +Baseline: 0c2ed165335327a2c5b534312324baa9ae6b6ebd + +Cherry picks: + + + 8d625289052b7d67fedbd50b1eb611deda4ea14a: + Automated rollback of commit + 17f6894346d2e200030dc08d131bf79a31a7c70c. +``` + +Initial release. + ## Release 7.2.1 (2024-06-25) ```