diff --git a/docs/CHANGELOG_CCIP.md b/docs/CHANGELOG_CCIP.md index ef9d057c93..7181713eaa 100644 --- a/docs/CHANGELOG_CCIP.md +++ b/docs/CHANGELOG_CCIP.md @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- USDC Support + - Added `USDC` token pool + - Jobspec changes to support USDC information +- Added TypeAndVersion to all token pools & price registry + ### Changed - PriceUpdate now accepts an array of gas price update - Removed `destChainSelector` and `usdPerUnitGas` from PriceUpdates @@ -44,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The revert threshold is `destBytesOverhead` in **TokenTransferFeeConfig**. + ### Removed