From f41dfaf60d8087686dbc045bd9cf13c1afaca656 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Thu, 28 Sep 2023 21:48:37 +0300 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f24bf034f..bca470ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,6 @@ The format is based on [Common Changelog](https://common-changelog.org/). ### Changed -- Remove `@openzeppelin/contracts` from Node.js peer dependencies - ([#694](https://github.com/sablier-labs/v2-core/pull/694)) - Replace the streamed amount with the deposit amount in the NFT descriptor ([#692](https://github.com/sablier-labs/v2-core/pull/692)) - Upgrade Solidity to `0.8.21` ([#688](https://github.com/sablier-labs/v2-core/pull/688)) @@ -26,6 +24,11 @@ The format is based on [Common Changelog](https://common-changelog.org/). - Add `ERC-4906` metadata update in `transferFrom` ([#686](https://github.com/sablier-labs/v2-core/pull/686)) - Add `transferable` boolean flag ([#668](https://github.com/sablier-labs/v2-core/pull/668)) +### Removed + +- Remove `@openzeppelin/contracts` from Node.js peer dependencies + ([#694](https://github.com/sablier-labs/v2-core/pull/694)) + ## [1.0.2] - 2023-08-14 ### Changed