From 6a9c4dd5d5b3cece7dc53244daa03f1448d78ba5 Mon Sep 17 00:00:00 2001 From: MaxXSoft Date: Wed, 5 Jan 2022 20:02:46 +0800 Subject: [PATCH] (CHANGELOG) updated changelog [skip-ci] --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22698d5..79bd2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ All notable changes to the Koopa will be documented in this file. -## Unreleased +## 0.0.3 - 2022-01-05 ### Changed -* Brand new design with a lot of changes. +Brand new design with a lot of changes! + +* Replaced `phi` function with basic block parameters. +* Using `DataFlowGraph` and `Layout` to manage values and basic blocks. +* `opt`, `front`, `back` modules and all examples were updated. ## 0.0.2 - 2021-12-24