Skip to content

Commit

Permalink
Prep version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deleterium committed Feb 12, 2024
1 parent d46f302 commit 2a83c5e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [v2.2](https://github.com/deleterium/SmartC/tree/v2.2) (2024-02-12)

[Commits](https://github.com/deleterium/SmartC/commits/v2.2)
- Added getAccountBalance() support by @Wekuz/@deleterium
- Compiler now warns when using not initialized variables
- Changed strategy for functions passing and returning values (saving use of user stack)
- New keyword `inline` for functions declaration (saving use of code stack)

## New Contributors
* @Wekuz made their first contribution in https://github.com/deleterium/SmartC/pull/31

## [v2.1](https://github.com/deleterium/SmartC/tree/v2.1) (2022-08-06)

[Commits](https://github.com/deleterium/SmartC/commits/v2.1)
Expand Down

0 comments on commit 2a83c5e

Please sign in to comment.