From f7c204d31fe0cd947e177ea4acaf87f6b9b23b85 Mon Sep 17 00:00:00 2001 From: Filippo Costa Date: Sat, 28 Dec 2024 13:02:14 +0100 Subject: [PATCH] Add changelog entries --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b97273..4f2282f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. ## Unreleased -xxx +### Added + +- New `Block::add_comment` API to add comments inside blocks; `Block::items` is now `Vec` instead of `Vec` ([#25](https://github.com/garritfra/qbe-rs/pull/25)). + +### Changed + +- New field `Option` inside `Instr::Call` to specify variadic arguments ([#24](https://github.com/garritfra/qbe-rs/pull/24)). ## [2.2.0] - 2024-10-28