From d2ee70c767fefde20eb0e502b673f828b4131178 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Mon, 11 Mar 2024 12:05:31 +0100 Subject: [PATCH] chore: upd changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 469c18c9f..d55fd02e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [unreleased] + +### 🚀 Features + +- More checks +- More checks +- Initial work on edb, the edlang project manager +- Usable edb +- Version and readme + +### 🐛 Bug Fixes + +- Fix span in lalrpop +- Fix on type qualifier lowering + ## [0.0.1-alpha.12] - 2024-03-02 ### 🚀 Features @@ -16,6 +31,10 @@ All notable changes to this project will be documented in this file. - Add cast test +### ⚙️ Miscellaneous Tasks + +- Version 0.0.1-alpha.12 + ## [0.0.1-alpha.11] - 2024-03-01 ### 🚀 Features