Skip to content

Commit

Permalink
Prepare for v0.10.0 release (#1339)
Browse files Browse the repository at this point in the history
- Emit comments/trivia for resource and local variable declarations in
program-gen
- Support `stringAsset` function in program-gen from PCL
- Turn not yet implemented error into a warning in program-gen
  • Loading branch information
justinvp committed Mar 27, 2024
1 parent e48e96c commit 5845cd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGELOG
=========

## 0.10.0 (2024-03-27)

### Improvements

- Emit comments/trivia for resource and local variable declarations in program-gen
- Support `stringAsset` function in program-gen from PCL
- Turn not yet implemented error into a warning in program-gen

## 0.9.9 (2023-12-27)

### Improvements
Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
### Improvements

- Emit comments/trivia for resource and local variable declarations in program-gen
- Support `stringAsset` function in program-gen from PCL
- Turn not yet implemented error into a warning in program-gen

### Bug Fixes

0 comments on commit 5845cd8

Please sign in to comment.