gondi 0.21.2 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ # Breaking Changes 0.22.0
2
+
3
+ ### Important
4
+
5
+ ---
6
+
7
+ This document outlines the breaking changes introduced in our codebase for version 0.22.0. Please review these changes carefully to ensure a smooth migration.
8
+
9
+ ## Table of Contents
10
+
11
+ - [Emit Loan](#emit-loan) emitLoan now expects a new argument `nftCollateralAddress`
12
+
13
+ ---
14
+
15
+ ## Emit Loan
16
+
17
+ **Description:**
18
+
19
+ `emitLoan` now expects a new argument `nftCollateralAddress`. It should be the address of the NFT collateral.
20
+
1
21
  # Breaking Changes 0.18.6
2
22
 
3
23
  ### Important