diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md index 8f9462262..f271575aa 100644 --- a/packages/contracts/CHANGELOG.md +++ b/packages/contracts/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Fixed and clarified the NatSpec comments according to the Code4rena audit suggestions. - Changed the solidity compiler pragma from `0.8.17` to `^0.8.8` for files that external developers inherit from. ### Removed