Skip to content

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icanvardar committed Jul 28, 2024
1 parent 555f7a2 commit 7efe616
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

<!-- generated by git-cliff -->

0 comments on commit 7efe616

Please sign in to comment.