From 7efe6167c40d3b2f00fe727758ebbcd9941ad112 Mon Sep 17 00:00:00 2001 From: Can Vardar Date: Sun, 28 Jul 2024 21:42:32 +0300 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac20cf1..3d2108e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,12 @@ All notable changes to this project will be documented in this file. ### 🐛 Bug Fixes - *(ci)* Update ci-all-via-ir.yml +- Change `bitSize` parameter type as uint16 +- *(UnsignedInt)* Fix wrong conditions +- *(SignedInt)* Fix wrong conditions +- *(SignedInt)* Update `divSignedInt` function +- *(SignedInt)* Update `modSignedInt` function +- *(SignedInt)* Update `expSignedInt` function ### 🚜 Refactor @@ -34,6 +40,10 @@ All notable changes to this project will be documented in this file. - *(BitmaskLib)* Update `build` function params - *(BitmaskLib)* Remove `getLength` function - *(UnsignedInt)* Update functions +- Update Gasgnome.sol +- Change `sizeInBytes` into `desiredBits` +- *(ArithmeticLib)* Add missing custom errors +- *(UnsignedInt)* Add custom errors ### 📚 Documentation @@ -54,6 +64,12 @@ All notable changes to this project will be documented in this file. - *(Storage)* Add test suite - *(Bitmask)* Add test suite - *(BitmaskLib)* Update test suite +- *(ArithmeticLib)* Update test cases +- *(SignedIntLibTest)* Create test suite +- *(UnsignedIntLibTest)* Create test suite +- *(UnsignedIntLib)* Update test cases +- *(UnsignedIntLib)* Update test suite +- *(SignedIntLib)* Update test cases ### ⚙️ Miscellaneous Tasks @@ -66,5 +82,6 @@ All notable changes to this project will be documented in this file. - Add CHANGELOG.md - Update CHANGELOG.md - Update Gasgnome.sol +- Update CHANGELOG.md