Skip to content

Commit a175f72

Browse files
authored
Update CHANGELOG.md
1 parent 1f85f6a commit a175f72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ All notable changes will be documented in this file.
55

66
- fix: return appropriate error message when trying to return an uninit storage pointer - #17
77
- fix: support enums
8-
```
8+
9+
```
910
🚀 Entering interactive Solidity ^0.8.13 shell (🧁:Ganache built-in). '.help' and '.exit' are your friends.
1011
» enum FreshJuiceSize{ SMALL, MEDIUM, LARGE }
1112
» uint8(FreshJuiceSize.LARGE)
1213
2
13-
```
14+
```
15+
1416
- fix: case insensitive bool match for `.config set <var> True|False|true|false`
1517
- update: dependencies
1618

0 commit comments

Comments
 (0)