Selaa lähdekoodia

Add changelog for new metadata subcommand

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 3 vuotta sitten
vanhempi
sitoutus
c472843afd
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      CHANGELOG.md

+ 7 - 0
CHANGELOG.md

@@ -2,6 +2,13 @@
 All notable changes to [Solang](https://github.com/hyperledger/solang/)
 All notable changes to [Solang](https://github.com/hyperledger/solang/)
 will be documented here.
 will be documented here.
 
 
+## Unreleased
+
+### Added
+- Introduce new sub-command `solang idl` which can be used for generating
+  a Solidity interface file from an Anchor IDL file. This can be used for calling
+  Anchor Contracts on Solana. [seanyoung](https://github.com/seanyoung)
+
 ## v0.1.13 Genoa
 ## v0.1.13 Genoa
 
 
 ### Changed
 ### Changed