From c72d64936324ecd7aec454abdf2a9cf324668642 Mon Sep 17 00:00:00 2001 From: Luc Tielen Date: Tue, 14 Jun 2022 21:56:36 +0200 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..ec16cd30 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project (as seen by library users) will be documented in this file. +The CHANGELOG is available on [Github](https://github.com/luc-tielen/souffle-haskell.git/CHANGELOG.md). + +## [0.0.1] - 2022-06-14 + +### Added + +- First MVP of the compiler! The happy path should work as expected, unsupported + features or semantic errors should result in a (poorly formatted) error.