1# C++ Upgrade Tools 2 3Abseil may occassionally release API-breaking changes. As noted in our 4[Compatibility Guidelines][compatibility-guide], we will aim to provide a tool 5to do the work of effecting such API-breaking changes, when absolutely 6necessary. 7 8These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on 9https://abseil.io. 10 11For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide] 12outlines this process. 13 14[compatibility-guide]: https://abseil.io/about/compatibility 15[api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades 16[upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/ 17 18