From b65c7d7ad1387df2821ac33985ed8c157a13c741 Mon Sep 17 00:00:00 2001 From: Rens Rooimans Date: Thu, 12 Oct 2023 17:29:09 +0200 Subject: [PATCH] add usdc and typeAndVersion to changelog (#203) --- docs/CHANGELOG_CCIP.md | 6 ++++++ 1 file changed, 6 insertions(+) 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