Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinweb authored Jun 7, 2022
1 parent 1f85f6a commit a175f72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ All notable changes will be documented in this file.

- fix: return appropriate error message when trying to return an uninit storage pointer - #17
- fix: support enums
```

```
🚀 Entering interactive Solidity ^0.8.13 shell (🧁:Ganache built-in). '.help' and '.exit' are your friends.
» enum FreshJuiceSize{ SMALL, MEDIUM, LARGE }
» uint8(FreshJuiceSize.LARGE)
2
```
```

- fix: case insensitive bool match for `.config set <var> True|False|true|false`
- update: dependencies

Expand Down

0 comments on commit a175f72

Please sign in to comment.