Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
garritfra authored Jan 13, 2025
1 parent 724d33c commit d53c94f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
### Added

- New `Block::add_comment` API to add comments inside blocks; `Block::items` is now `Vec<BlockItem>` instead of `Vec<Statement>` ([#25](https://github.com/garritfra/qbe-rs/pull/25)).
- New `Type::Zero` for internal zero-sized type representation. ([#27](https://github.com/garritfra/qbe-rs/pull/27))
- Debug instruction support with `Instr::DbgFile` and `Instr::DbgLoc` for source mapping. ([#27](https://github.com/garritfra/qbe-rs/pull/27))

### Changed

Expand Down

0 comments on commit d53c94f

Please sign in to comment.