Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

many changes #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bug that prevented users from importing accounts from other files
- Conditionally generate Pyth import (#93)
- Upgrade to Pyth 0.8.0 to fix dependencies

- Imports as aliases permitted with <3 from stacc
- Arbitary params permitted and param without type derived from arbitary params with <3 from stacc
- Import statements can be wherever with <3 from stacc
- Functions have been upgraded to many levels with <3 from stacc
- Allow non-constant constants maybe, with <3 from stacc
- Allow more constants with <3 from stacc
- Body-only implementation of Try statements with <3 from stacc

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So much <3 from stacc. Thanks for this!

## [0.2.7]

### Added
Expand Down
Loading