From ae916a895a81d42ea3ba494496f538a171443dfa Mon Sep 17 00:00:00 2001 From: Justin Kaseman Date: Tue, 16 Jan 2024 16:33:19 -0800 Subject: [PATCH] (chore): Additional Functions changelog entries for v1.0.0 contracts release --- contracts/CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index 75bfd07dea3..798b36afb25 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -8,9 +8,14 @@ - Moved `VRFCoordinatorV2Mock.sol` to src/v0.8/vrf/mocks - Moved `VRFCoordinatorMock.sol` to src/v0.8/vrf/mocks -- Release Functions v1.0.0 contracts. Start dev folder for v1.X (#10941) -- Add minimumEstimateGasPriceWei to Functions Coordinator config (#10916) -- Remove redundant Functions Coordinator commitment & request id checks (#10975) +- Move Functions v1.0.0 contracts out of dev. New dev folder for v1.X (#10941) +- Release Functions v1.1.0 contracts. Move v1.1.0 out of dev (#11431) + - Add minimumEstimateGasPriceWei to Functions Coordinator config (#10916) + - Remove redundant Functions Coordinator commitment & request id checks (#10975) + - Add L2 fee contract for Arbitrum, Optimism, and Base (#11102 & #11275) + - Functions Request IDs are now globally unique (#10891) + - Add an event for broken down billing costs (#11185) + - Add custom errors to OCR2Base contract (#11249) ### Removed