From 569e0066d82c9ca6ff33a1863bd1a3cc5a9707a6 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Thu, 15 Dec 2022 11:56:28 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc73704..edccda3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. - `Type::size()` can now correctly calculate the size of aggregate types ([#12](https://github.com/garritfra/qbe-rs/pull/12)). - `Function::add_block()` returns a reference to the created block ([#18](https://github.com/garritfra/qbe-rs/pull/18)) +- Add `blit` instruction, in preparation for QBE release 1.1 ([#20](https://github.com/garritfra/qbe-rs/pull/20)). ### Changed